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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'", 11 "object": "LayoutView #document",
12 "rect": [0, 0, 0, 0], 12 "rect": [0, 0, 800, 600],
13 "reason": "full" 13 "reason": "style change"
14 },
15 {
16 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
17 "rect": [0, 0, 0, 0],
18 "reason": "location change"
19 }, 14 },
20 { 15 {
21 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 16 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
22 "rect": [0, 0, 800, 52], 17 "rect": [0, 0, 800, 52],
23 "reason": "location change" 18 "reason": "location change"
24 }, 19 },
25 { 20 {
21 "object": "LayoutBlockFlow BODY",
22 "rect": [8, 16, 784, 20],
23 "reason": "location change"
24 },
25 {
26 "object": "LayoutBlockFlow P",
27 "rect": [8, 16, 784, 20],
28 "reason": "location change"
29 },
30 {
26 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 31 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
27 "rect": [100, 100, 418, 52], 32 "rect": [100, 100, 418, 52],
28 "reason": "location change" 33 "reason": "location change"
29 }, 34 },
30 { 35 {
31 "object": "LayoutBlockFlow BODY", 36 "object": "LayoutBlockFlow BODY",
32 "rect": [8, 16, 784, 20],
33 "reason": "location change"
34 },
35 {
36 "object": "LayoutBlockFlow BODY",
37 "rect": [108, 116, 402, 20], 37 "rect": [108, 116, 402, 20],
38 "reason": "location change" 38 "reason": "location change"
39 }, 39 },
40 { 40 {
41 "object": "LayoutBlockFlow P",
42 "rect": [8, 16, 784, 20],
43 "reason": "location change"
44 },
45 {
46 "object": "LayoutBlockFlow P", 41 "object": "LayoutBlockFlow P",
47 "rect": [108, 116, 402, 20], 42 "rect": [108, 116, 402, 20],
48 "reason": "location change" 43 "reason": "location change"
49 }, 44 },
50 { 45 {
51 "object": "LayoutText #text", 46 "object": "LayoutText #text",
47 "rect": [108, 116, 402, 19],
48 "reason": "location change"
49 },
50 {
51 "object": "LayoutText #text",
52 "rect": [8, 16, 402, 19], 52 "rect": [8, 16, 402, 19],
53 "reason": "location change" 53 "reason": "location change"
54 }, 54 },
55 { 55 {
56 "object": "LayoutText #text", 56 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
57 "rect": [108, 116, 402, 19], 57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
58 "reason": "location change" 61 "reason": "location change"
59 }, 62 },
60 { 63 {
61 "object": "LayoutView #document",
62 "rect": [0, 0, 800, 600],
63 "reason": "style change"
64 },
65 {
66 "object": "RootInlineBox", 64 "object": "RootInlineBox",
67 "rect": [0, 0, 0, 0],
68 "reason": "full" 65 "reason": "full"
69 }, 66 },
70 { 67 {
71 "object": "RootInlineBox", 68 "object": "RootInlineBox",
72 "rect": [0, 0, 0, 0],
73 "reason": "full" 69 "reason": "full"
74 } 70 }
75 ] 71 ]
76 } 72 }
77 ] 73 ]
78 } 74 }
79 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698