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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/squashing/iframe-inside-squashed-layer-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": [785, 1016], 2 "bounds": [785, 1016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 1016], 5 "bounds": [785, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "shouldFlattenTransform": false, 10 "shouldFlattenTransform": false,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [8, 8], 13 "position": [8, 8],
14 "bounds": [200, 1000], 14 "bounds": [200, 1000],
15 "contentsOpaque": true, 15 "contentsOpaque": true,
16 "drawsContent": true, 16 "drawsContent": true,
17 "backgroundColor": "#D3D3D3" 17 "backgroundColor": "#D3D3D3"
18 }, 18 },
19 { 19 {
20 "position": [8, 0], 20 "position": [8, 0],
21 "bounds": [300, 653], 21 "bounds": [300, 653],
22 "drawsContent": true, 22 "drawsContent": true,
23 "repaintRects": [ 23 "paintInvalidations": [
24 [285, 500, 15, 150], 24 {
25 [8, 508, 284, 18], 25 "object": "InlineTextBox 'test1'",
26 [8, 508, 269, 142], 26 "rect": [0, 0, 0, 0],
27 [0, 500, 300, 150], 27 "reason": "full"
28 [0, 500, 300, 34], 28 },
29 [0, 500, 285, 150], 29 {
30 [0, 500, 285, 150], 30 "object": "InlineTextBox 'test1'",
31 [0, 500, 285, 150] 31 "rect": [0, 0, 0, 0],
32 ], 32 "reason": "full"
33 "paintInvalidationClients": [ 33 },
34 "RootInlineBox", 34 {
35 "InlineTextBox 'test1'", 35 "object": "LayoutBlockFlow BODY",
36 "RootInlineBox", 36 "rect": [8, 508, 284, 18],
37 "InlineTextBox 'test1'", 37 "reason": "forced by layout"
38 "LayoutView #document", 38 },
39 "LayoutView #document", 39 {
40 "LayoutBlockFlow HTML", 40 "object": "LayoutBlockFlow BODY",
41 "LayoutBlockFlow BODY", 41 "rect": [8, 508, 269, 142],
42 "RootInlineBox", 42 "reason": "forced by layout"
43 "LayoutView #document", 43 },
44 "VerticalScrollbar" 44 {
45 "object": "LayoutBlockFlow HTML",
46 "rect": [0, 500, 300, 34],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutBlockFlow HTML",
51 "rect": [0, 500, 285, 150],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutView #document",
56 "rect": [0, 500, 285, 150],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutView #document",
61 "rect": [0, 500, 300, 150],
62 "reason": "style change"
63 },
64 {
65 "object": "LayoutView #document",
66 "rect": [0, 500, 285, 150],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutView #document",
71 "rect": [285, 500, 15, 150],
72 "reason": "scroll"
73 },
74 {
75 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full"
78 },
79 {
80 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full"
88 },
89 {
90 "object": "VerticalScrollbar",
91 "rect": [0, 0, 0, 0],
92 "reason": "scroll"
93 }
45 ] 94 ]
46 } 95 }
47 ] 96 ]
48 } 97 }
49 ] 98 ]
50 } 99 }
51 ] 100 ]
52 } 101 }
53 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698