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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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 (positioned) UL id='submenu'", 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
11 "rect": [48, 94, 40, 20], 11 "rect": [48, 94, 40, 20],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 15 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
16 "rect": [48, -156, 40, 20], 16 "rect": [48, -156, 40, 20],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutListItem LI",
21 "rect": [70, 94, 18, 20],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutListItem LI",
26 "rect": [70, -156, 18, 20],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutListMarker (anonymous)", 20 "object": "LayoutListMarker (anonymous)",
31 "rect": [70, 94, 7, 19], 21 "rect": [70, 94, 7, 19],
32 "reason": "bounds change" 22 "reason": "bounds change"
33 }, 23 },
34 { 24 {
35 "object": "LayoutListMarker (anonymous)", 25 "object": "LayoutListMarker (anonymous)",
36 "rect": [70, -156, 7, 19], 26 "rect": [70, -156, 7, 19],
37 "reason": "bounds change" 27 "reason": "bounds change"
38 }, 28 },
39 { 29 {
30 "object": "LayoutListItem LI",
31 "reason": "bounds change"
32 },
33 {
40 "object": "RootInlineBox", 34 "object": "RootInlineBox",
41 "reason": "full" 35 "reason": "full"
42 } 36 }
43 ], 37 ],
44 "children": [ 38 "children": [
45 { 39 {
46 "position": [30, 44], 40 "position": [30, 44],
47 "transformOrigin": [18, 10], 41 "transformOrigin": [18, 10],
48 "bounds": [25, 20], 42 "bounds": [25, 19],
49 "drawsContent": true, 43 "drawsContent": true,
50 "children": [ 44 "children": [
51 { 45 {
52 "position": [18, 0], 46 "position": [18, 0],
53 "bounds": [0, 19], 47 "bounds": [0, 19],
54 "backfaceVisibility": "hidden" 48 "backfaceVisibility": "hidden"
55 } 49 }
56 ] 50 ]
57 }, 51 },
58 { 52 {
59 "position": [30, 44], 53 "position": [30, 44],
60 "bounds": [18, 20], 54 "bounds": [18, 19],
61 "drawsContent": true 55 "drawsContent": true
62 } 56 }
63 ] 57 ]
64 } 58 }
65 ] 59 ]
66 } 60 }
67 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698