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

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

Issue 2558263002: Fix path search-replace mistakes (?) that prevented resources from being loaded. (Closed)
Patch Set: Rebaseline 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/win/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, 728], 5 "bounds": [800, 728],
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, 728], 11 "rect": [0, 0, 800, 728],
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, 128], 16 "rect": [0, 600, 800, 128],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutView #document",
21 "rect": [0, 600, 785, 128],
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 {
30 "object": "LayoutBlockFlow H1",
31 "rect": [8, 700, 600, 28],
32 "reason": "became visible"
33 },
34 {
25 "object": "LayoutText #text", 35 "object": "LayoutText #text",
26 "rect": [8, 8, 346, 17], 36 "rect": [8, 8, 346, 17],
27 "reason": "forced by layout" 37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutView #document",
41 "rect": [785, 0, 15, 728],
42 "reason": "scroll"
43 },
44 {
45 "object": "LayoutView #document",
46 "rect": [785, 0, 15, 600],
47 "reason": "scroll"
28 } 48 }
29 ] 49 ]
30 } 50 }
31 ], 51 ],
32 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
33 { 53 {
34 "object": "LayoutView #document", 54 "object": "LayoutView #document",
35 "reason": "incremental" 55 "reason": "incremental"
36 }, 56 },
37 { 57 {
(...skipping 12 matching lines...) Expand all
50 "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'", 70 "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'",
51 "reason": "forced by layout" 71 "reason": "forced by layout"
52 }, 72 },
53 { 73 {
54 "object": "LayoutIFrame (positioned) IFRAME", 74 "object": "LayoutIFrame (positioned) IFRAME",
55 "reason": "forced by layout" 75 "reason": "forced by layout"
56 }, 76 },
57 { 77 {
58 "object": "HorizontalScrollbar", 78 "object": "HorizontalScrollbar",
59 "reason": "scroll" 79 "reason": "scroll"
80 },
81 {
82 "object": "LayoutView #document",
83 "reason": "scroll"
84 },
85 {
86 "object": "VerticalScrollbar",
87 "reason": "scroll"
88 },
89 {
90 "object": "LayoutView #document",
91 "reason": "incremental"
92 },
93 {
94 "object": "LayoutBlockFlow H1",
95 "reason": "became visible"
96 },
97 {
98 "object": "RootInlineBox",
99 "reason": "became visible"
60 } 100 }
61 ] 101 ]
62 } 102 }
63 103
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/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