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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/clip-with-layout-delta-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (relative positioned) DIV", 12 "object": "LayoutBlockFlow (relative positioned) DIV",
11 "rect": [108, 8, 100, 100], 13 "rect": [108, 8, 100, 100],
12 "reason": "background obscuration change" 14 "reason": "background obscuration change"
13 }, 15 },
14 { 16 {
(...skipping 13 matching lines...) Expand all
28 }, 30 },
29 { 31 {
30 "object": "LayoutText #text", 32 "object": "LayoutText #text",
31 "rect": [108, 8, 4, 19], 33 "rect": [108, 8, 4, 19],
32 "reason": "bounds change" 34 "reason": "bounds change"
33 }, 35 },
34 { 36 {
35 "object": "LayoutText #text", 37 "object": "LayoutText #text",
36 "rect": [8, 8, 4, 19], 38 "rect": [8, 8, 4, 19],
37 "reason": "bounds change" 39 "reason": "bounds change"
38 },
39 {
40 "object": "InlineTextBox '\u00A0'",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox '\u00A0'",
45 "reason": "full"
46 },
47 {
48 "object": "InlineTextBox '\u00A0'",
49 "reason": "bounds change"
50 },
51 {
52 "object": "InlineTextBox '\u00A0'",
53 "reason": "bounds change"
54 },
55 {
56 "object": "RootInlineBox",
57 "reason": "full"
58 },
59 {
60 "object": "RootInlineBox",
61 "reason": "full"
62 },
63 {
64 "object": "RootInlineBox",
65 "reason": "full"
66 },
67 {
68 "object": "RootInlineBox",
69 "reason": "full"
70 } 40 }
71 ] 41 ]
72 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutBlockFlow DIV",
47 "reason": "background obscuration change"
48 },
49 {
50 "object": "LayoutBlockFlow SPAN id='t1'",
51 "reason": "style change"
52 },
53 {
54 "object": "RootInlineBox",
55 "reason": "style change"
56 },
57 {
58 "object": "LayoutText #text",
59 "reason": "bounds change"
60 },
61 {
62 "object": "InlineTextBox '\u00A0'",
63 "reason": "bounds change"
64 },
65 {
66 "object": "LayoutBlockFlow (relative positioned) DIV",
67 "reason": "background obscuration change"
68 },
69 {
70 "object": "LayoutBlockFlow SPAN id='t2' class='blue'",
71 "reason": "style change"
72 },
73 {
74 "object": "RootInlineBox",
75 "reason": "style change"
76 },
77 {
78 "object": "LayoutText #text",
79 "reason": "bounds change"
80 },
81 {
82 "object": "InlineTextBox '\u00A0'",
83 "reason": "bounds change"
84 }
73 ] 85 ]
74 } 86 }
75 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698