OLD | NEW |
1 CONSOLE MESSAGE: line 29: FAIL! An unexpected number of repaints occurred; expec
ted 3 to 4 with rects of [8, 8, 300, 150]. Actual layer tree: { | 1 CONSOLE MESSAGE: line 29: FAIL! An unexpected number of repaints occurred; expec
ted 3 to 4 with rects of [8, 8, 300, 150]. Actual layer tree: { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutVideo VIDEO", | 12 "object": "LayoutVideo VIDEO", |
11 "rect": [8, 8, 300, 150], | 13 "rect": [8, 8, 300, 150], |
12 "reason": "full" | 14 "reason": "full" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutVideo VIDEO", | 17 "object": "LayoutVideo VIDEO", |
16 "rect": [8, 8, 300, 150], | 18 "rect": [8, 8, 300, 150], |
17 "reason": "full" | 19 "reason": "full" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutVideo VIDEO", | 22 "object": "LayoutVideo VIDEO", |
21 "rect": [8, 8, 300, 150], | 23 "rect": [8, 8, 300, 150], |
22 "reason": "style change" | 24 "reason": "style change" |
23 } | 25 } |
24 ] | 26 ] |
25 } | 27 } |
| 28 ], |
| 29 "objectPaintInvalidations": [ |
| 30 { |
| 31 "object": "LayoutVideo VIDEO", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutVideo VIDEO", |
| 36 "reason": "style change" |
| 37 }, |
| 38 { |
| 39 "object": "LayoutVideo VIDEO", |
| 40 "reason": "full" |
| 41 } |
26 ] | 42 ] |
27 } | 43 } |
28 | 44 |
29 This is a testharness.js-based test. | 45 This is a testharness.js-based test. |
30 FAIL Verifies there are no spurious repaints for audio in a video tag. Cannot re
ad property 'length' of undefined | 46 FAIL Verifies there are no spurious repaints for audio in a video tag. Cannot re
ad property 'length' of undefined |
31 Harness: the test ran to completion. | 47 Harness: the test ran to completion. |
32 | 48 |
OLD | NEW |