Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV id='rel'", | 10 "object": "LayoutBlockFlow DIV id='rel' class=''", |
|
skobes
2016/10/14 20:41:30
The w3c test is for a class name containing space
| |
| 11 "rect": [8, 8, 220, 70], | 11 "rect": [8, 8, 220, 70], |
| 12 "reason": "subtree" | 12 "reason": "subtree" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='rel'", | 15 "object": "LayoutBlockFlow DIV id='rel' class=''", |
| 16 "rect": [20, -64, 196, 214], | 16 "rect": [20, -64, 196, 214], |
| 17 "reason": "subtree" | 17 "reason": "subtree" |
| 18 } | 18 } |
| 19 ] | 19 ] |
| 20 } | 20 } |
| 21 ], | 21 ], |
| 22 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 23 { | 23 { |
| 24 "object": "LayoutBlockFlow DIV id='rel'", | 24 "object": "LayoutBlockFlow DIV id='rel' class=''", |
| 25 "reason": "subtree" | 25 "reason": "subtree" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 "object": "LayoutBlockFlow DIV id='rel'", | 28 "object": "LayoutBlockFlow DIV id='rel' class=''", |
| 29 "reason": "subtree" | 29 "reason": "subtree" |
| 30 } | 30 } |
| 31 ] | 31 ] |
| 32 } | 32 } |
| 33 | 33 |
| OLD | NEW |