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

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

Issue 1883513002: Auto-rebaseline for r386594 (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 "repaintRects": [ 8 "paintInvalidations": [
9 [108, 8, 100, 100], 9 {
10 [108, 8, 100, 100], 10 "object": "InlineTextBox '\u00A0'",
11 [108, 8, 4, 17], 11 "rect": [0, 0, 0, 0],
12 [8, 8, 100, 100], 12 "reason": "full"
13 [8, 8, 100, 100], 13 },
14 [8, 8, 4, 17] 14 {
15 ], 15 "object": "InlineTextBox '\u00A0'",
16 "paintInvalidationClients": [ 16 "rect": [0, 0, 0, 0],
17 "RootInlineBox", 17 "reason": "full"
18 "InlineTextBox '\u00A0'", 18 },
19 "RootInlineBox", 19 {
20 "InlineTextBox '\u00A0'", 20 "object": "InlineTextBox '\u00A0'",
21 "LayoutBlockFlow DIV", 21 "rect": [0, 0, 0, 0],
22 "LayoutBlockFlow SPAN id='t1'", 22 "reason": "bounds change"
23 "RootInlineBox", 23 },
24 "LayoutText #text", 24 {
25 "InlineTextBox '\u00A0'", 25 "object": "InlineTextBox '\u00A0'",
26 "LayoutBlockFlow (relative positioned) DIV", 26 "rect": [0, 0, 0, 0],
27 "LayoutBlockFlow SPAN id='t2' class='blue'", 27 "reason": "bounds change"
28 "RootInlineBox", 28 },
29 "LayoutText #text", 29 {
30 "InlineTextBox '\u00A0'" 30 "object": "LayoutBlockFlow (relative positioned) DIV",
31 "rect": [108, 8, 100, 100],
32 "reason": "background obscuration change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV",
36 "rect": [8, 8, 100, 100],
37 "reason": "background obscuration change"
38 },
39 {
40 "object": "LayoutBlockFlow SPAN id='t1'",
41 "rect": [8, 8, 100, 100],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBlockFlow SPAN id='t2' class='blue'",
46 "rect": [108, 8, 100, 100],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [8, 8, 4, 17],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [108, 8, 4, 17],
57 "reason": "bounds change"
58 },
59 {
60 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full"
63 },
64 {
65 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full"
68 },
69 {
70 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full"
73 },
74 {
75 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full"
78 }
31 ] 79 ]
32 } 80 }
33 ] 81 ]
34 } 82 }
35 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698