Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/transform-rotate-and-remove-expected.txt

Issue 2402223002: Fix class name which has only space (Closed)
Patch Set: Fix layout tests Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698