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

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

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 12 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
13 "rect": [48, 92, 40, 18], 13 "rect": [48, 92, 40, 18],
14 "reason": "bounds change" 14 "reason": "bounds change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 17 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
18 "rect": [48, -158, 40, 18], 18 "rect": [48, -158, 40, 18],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutListMarker (anonymous)",
23 "rect": [71, 92, 7, 17],
24 "reason": "bounds change"
25 },
26 {
27 "object": "LayoutListMarker (anonymous)",
28 "rect": [71, -158, 7, 17],
29 "reason": "bounds change"
30 } 20 }
31 ], 21 ],
32 "children": [ 22 "children": [
33 { 23 {
34 "name": "LayoutListItem (floating) LI id='watches'", 24 "name": "LayoutListItem (floating) LI id='watches'",
35 "position": [31, 42], 25 "position": [31, 42],
36 "transformOrigin": [17, 9], 26 "transformOrigin": [17, 9],
37 "bounds": [24, 17], 27 "bounds": [24, 17],
38 "drawsContent": true, 28 "drawsContent": true,
39 "children": [ 29 "children": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 { 63 {
74 "object": "LayoutListItem LI", 64 "object": "LayoutListItem LI",
75 "reason": "bounds change" 65 "reason": "bounds change"
76 }, 66 },
77 { 67 {
78 "object": "RootInlineBox", 68 "object": "RootInlineBox",
79 "reason": "bounds change" 69 "reason": "bounds change"
80 }, 70 },
81 { 71 {
82 "object": "LayoutListMarker (anonymous)", 72 "object": "LayoutListMarker (anonymous)",
83 "reason": "bounds change" 73 "reason": "location change"
84 } 74 }
85 ] 75 ]
86 } 76 }
87 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698