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

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

Issue 2091123002: Auto-rebaseline for r401697 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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": [785, 836], 3 "bounds": [785, 836],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 836], 7 "bounds": [785, 836],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
45 }, 45 },
46 { 46 {
47 "object": "LayoutBlockFlow HTML", 47 "object": "LayoutBlockFlow HTML",
48 "rect": [10, 94, 728, 90], 48 "rect": [10, 94, 728, 90],
49 "reason": "forced by layout" 49 "reason": "forced by layout"
50 }, 50 },
51 { 51 {
52 "object": "LayoutView #document", 52 "object": "LayoutView #document",
53 "rect": [10, 94, 728, 90], 53 "rect": [10, 94, 728, 90],
54 "reason": "full"
55 },
56 {
57 "object": "LayoutView #document",
58 "rect": [10, 94, 728, 90],
59 "reason": "bounds change" 54 "reason": "bounds change"
60 }, 55 },
61 { 56 {
62 "object": "LayoutBlockFlow BODY", 57 "object": "LayoutBlockFlow BODY",
63 "rect": [18, 102, 712, 74], 58 "rect": [18, 102, 712, 74],
64 "reason": "bounds change" 59 "reason": "bounds change"
65 }, 60 },
66 { 61 {
67 "object": "LayoutImage IMG", 62 "object": "LayoutImage IMG",
68 "rect": [58, 236, 489, 537], 63 "rect": [58, 236, 489, 537],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "object": "LayoutImage IMG", 100 "object": "LayoutImage IMG",
106 "reason": "bounds change" 101 "reason": "bounds change"
107 }, 102 },
108 { 103 {
109 "object": "LayoutText #text", 104 "object": "LayoutText #text",
110 "reason": "bounds change" 105 "reason": "bounds change"
111 } 106 }
112 ] 107 ]
113 } 108 }
114 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698