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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-iframe-text-expected.txt

Issue 2557743008: Rebaseline paint/invalidation/resize-iframe-text.html for Mac. (Closed)
Patch Set: Revert https://codereview.chromium.org/2561283002 TestExpectations change. Created 4 years 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-iframe-text-expected.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 681], 5 "bounds": [800, 681],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutIFrame (positioned) IFRAME", 10 "object": "LayoutIFrame (positioned) IFRAME",
11 "rect": [0, 0, 800, 681], 11 "rect": [0, 0, 800, 681],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 600, 800, 81], 16 "rect": [0, 600, 800, 81],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutView #document",
21 "rect": [0, 600, 785, 81],
22 "reason": "incremental"
23 },
24 {
20 "object": "LayoutBlockFlow BODY", 25 "object": "LayoutBlockFlow BODY",
21 "rect": [8, 8, 784, 18], 26 "rect": [8, 8, 784, 18],
22 "reason": "forced by layout" 27 "reason": "forced by layout"
23 }, 28 },
24 { 29 {
25 "object": "LayoutText #text", 30 "object": "LayoutText #text",
26 "rect": [8, 8, 346, 18], 31 "rect": [8, 8, 346, 18],
27 "reason": "forced by layout" 32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutView #document",
36 "rect": [785, 0, 15, 681],
37 "reason": "scroll"
38 },
39 {
40 "object": "LayoutView #document",
41 "rect": [785, 0, 15, 600],
42 "reason": "scroll"
28 } 43 }
29 ] 44 ]
30 } 45 }
31 ], 46 ],
32 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
33 { 48 {
34 "object": "LayoutView #document", 49 "object": "LayoutView #document",
35 "reason": "incremental" 50 "reason": "incremental"
36 }, 51 },
37 { 52 {
(...skipping 12 matching lines...) Expand all
50 "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'", 65 "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'",
51 "reason": "forced by layout" 66 "reason": "forced by layout"
52 }, 67 },
53 { 68 {
54 "object": "LayoutIFrame (positioned) IFRAME", 69 "object": "LayoutIFrame (positioned) IFRAME",
55 "reason": "forced by layout" 70 "reason": "forced by layout"
56 }, 71 },
57 { 72 {
58 "object": "HorizontalScrollbar", 73 "object": "HorizontalScrollbar",
59 "reason": "scroll" 74 "reason": "scroll"
75 },
76 {
77 "object": "LayoutView #document",
78 "reason": "scroll"
79 },
80 {
81 "object": "VerticalScrollbar",
82 "reason": "scroll"
83 },
84 {
85 "object": "LayoutView #document",
86 "reason": "incremental"
60 } 87 }
61 ] 88 ]
62 } 89 }
63 90
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-iframe-text-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698