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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-layer-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, 104], 11 "rect": [8, 108, 784, 104],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline SPAN id='target'", 15 "object": "LayoutInline SPAN id='target'",
16 "rect": [112, 108, 182, 104], 16 "rect": [112, 108, 181, 104],
17 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [112, 194, 182, 18], 21 "rect": [112, 194, 181, 18],
22 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [293, 108, 101, 100], 26 "rect": [292, 108, 101, 100],
27 "reason": "location change" 27 "reason": "location change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
31 "rect": [112, 108, 100, 100], 31 "rect": [112, 108, 100, 100],
32 "reason": "location change" 32 "reason": "location change"
33 }, 33 },
34 { 34 {
35 "object": "InlineBox", 35 "object": "InlineBox",
36 "reason": "full" 36 "reason": "full"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 }, 77 },
78 { 78 {
79 "object": "RootInlineBox", 79 "object": "RootInlineBox",
80 "reason": "full" 80 "reason": "full"
81 } 81 }
82 ] 82 ]
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698