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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-after-layout-expected.txt

Issue 1920463002: Manual rebaselines for r388291 #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 108, 784, 208], 11 "rect": [8, 108, 784, 208],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [112, 194, 182, 18], 16 "rect": [112, 194, 181, 18],
17 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
21 "rect": [293, 108, 101, 100], 21 "rect": [292, 108, 101, 100],
22 "reason": "location change" 22 "reason": "location change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [112, 108, 100, 100], 26 "rect": [112, 108, 100, 100],
27 "reason": "location change" 27 "reason": "location change"
28 }, 28 },
29 { 29 {
30 "object": "InlineBox", 30 "object": "InlineBox",
31 "reason": "full" 31 "reason": "full"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 }, 76 },
77 { 77 {
78 "object": "RootInlineBox", 78 "object": "RootInlineBox",
79 "reason": "full" 79 "reason": "full"
80 } 80 }
81 ] 81 ]
82 } 82 }
83 ] 83 ]
84 } 84 }
85 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698