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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt

Issue 1975613002: Auto-rebaseline for r393099 (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": [785, 742], 2 "bounds": [785, 742],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 742], 5 "bounds": [785, 742],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML", 10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 841], 11 "rect": [0, 0, 785, 841],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document",
16 "rect": [0, 742, 785, 99],
17 "reason": "incremental"
18 },
19 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 191, 769, 642], 21 "rect": [8, 191, 769, 642],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" , 25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
21 "rect": [8, 191, 769, 642], 26 "rect": [8, 191, 769, 642],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 }, 74 },
70 { 75 {
71 "object": "RootInlineBox", 76 "object": "RootInlineBox",
72 "reason": "full" 77 "reason": "full"
73 } 78 }
74 ] 79 ]
75 } 80 }
76 ] 81 ]
77 } 82 }
78 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698