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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt

Issue 1878163002: 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 "backgroundColor": "#008000", 8 "backgroundColor": "#008000",
9 "repaintRects": [ 9 "paintInvalidations": [
10 [108, 116, 436, 18], 10 {
11 [108, 116, 436, 18], 11 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
12 [108, 116, 436, 18], 12 "rect": [0, 0, 0, 0],
13 [100, 100, 452, 50], 13 "reason": "full"
14 [8, 16, 784, 18], 14 },
15 [8, 16, 784, 18], 15 {
16 [8, 16, 436, 18], 16 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
17 [0, 0, 800, 600], 17 "rect": [0, 0, 0, 0],
18 [0, 0, 800, 50] 18 "reason": "location change"
19 ], 19 },
20 "paintInvalidationClients": [ 20 {
21 "RootInlineBox", 21 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
22 "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", 22 "rect": [0, 0, 800, 50],
23 "LayoutView #document", 23 "reason": "location change"
24 "LayoutBlockFlow (positioned) HTML class='changed'", 24 },
25 "LayoutBlockFlow BODY", 25 {
26 "LayoutBlockFlow P", 26 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
27 "RootInlineBox", 27 "rect": [100, 100, 452, 50],
28 "LayoutText #text", 28 "reason": "location change"
29 "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'" 29 },
30 {
31 "object": "LayoutBlockFlow BODY",
32 "rect": [8, 16, 784, 18],
33 "reason": "location change"
34 },
35 {
36 "object": "LayoutBlockFlow BODY",
37 "rect": [108, 116, 436, 18],
38 "reason": "location change"
39 },
40 {
41 "object": "LayoutBlockFlow P",
42 "rect": [8, 16, 784, 18],
43 "reason": "location change"
44 },
45 {
46 "object": "LayoutBlockFlow P",
47 "rect": [108, 116, 436, 18],
48 "reason": "location change"
49 },
50 {
51 "object": "LayoutText #text",
52 "rect": [8, 16, 436, 18],
53 "reason": "location change"
54 },
55 {
56 "object": "LayoutText #text",
57 "rect": [108, 116, 436, 18],
58 "reason": "location change"
59 },
60 {
61 "object": "LayoutView #document",
62 "rect": [0, 0, 800, 600],
63 "reason": "style change"
64 },
65 {
66 "object": "RootInlineBox",
67 "rect": [0, 0, 0, 0],
68 "reason": "full"
69 },
70 {
71 "object": "RootInlineBox",
72 "rect": [0, 0, 0, 0],
73 "reason": "full"
74 }
30 ] 75 ]
31 } 76 }
32 ] 77 ]
33 } 78 }
34 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698