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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutIFrame (positioned) IFRAME",
11 "bounds": [400, 400],
12 "drawsContent": true
13 },
14 {
15 "name": "Frame Overflow Controls Host Layer",
16 "bounds": [400, 400]
17 },
18 {
19 "name": "Frame Clipping Layer",
20 "bounds": [385, 385]
21 },
22 {
23 "name": "Frame Scrolling Layer",
24 "position": [615, 0]
25 },
26 {
27 "name": "Content Root Layer",
28 "position": [-615, 0],
29 "bounds": [1000, 1000]
30 },
31 {
32 "name": "LayoutView #document",
33 "bounds": [1000, 1000],
9 "drawsContent": true, 34 "drawsContent": true,
10 "children": [ 35 "backgroundColor": "#FF0000"
11 { 36 },
12 "name": "LayoutIFrame (positioned) IFRAME", 37 {
13 "bounds": [400, 400], 38 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'",
14 "drawsContent": true, 39 "position": [665, 50],
15 "children": [ 40 "bounds": [100, 100],
16 { 41 "contentsOpaque": true,
17 "name": "Frame Overflow Controls Host Layer", 42 "drawsContent": true,
18 "bounds": [400, 400], 43 "backgroundColor": "#008000"
19 "children": [ 44 },
20 { 45 {
21 "name": "Frame Clipping Layer", 46 "name": "Frame Horizontal Scrollbar Layer",
22 "bounds": [385, 385], 47 "position": [0, 385],
23 "children": [ 48 "bounds": [385, 15]
24 { 49 },
25 "name": "Frame Scrolling Layer", 50 {
26 "position": [615, 0], 51 "name": "Frame Vertical Scrollbar Layer",
27 "children": [ 52 "position": [385, 0],
28 { 53 "bounds": [15, 385]
29 "name": "Content Root Layer", 54 },
30 "position": [-615, 0], 55 {
31 "bounds": [1000, 1000], 56 "name": "Frame Scroll Corner Layer",
32 "children": [ 57 "position": [385, 385],
33 { 58 "bounds": [15, 15],
34 "name": "LayoutView #document", 59 "drawsContent": true
35 "bounds": [1000, 1000],
36 "drawsContent": true,
37 "backgroundColor": "#FF0000",
38 "children": [
39 {
40 "name": "LayoutBlockFlow (positioned) DIV clas s='positioned layer'",
41 "position": [665, 50],
42 "bounds": [100, 100],
43 "contentsOpaque": true,
44 "drawsContent": true,
45 "backgroundColor": "#008000"
46 }
47 ]
48 }
49 ]
50 }
51 ]
52 }
53 ]
54 },
55 {
56 "name": "Frame Horizontal Scrollbar Layer",
57 "position": [0, 385],
58 "bounds": [385, 15]
59 },
60 {
61 "name": "Frame Vertical Scrollbar Layer",
62 "position": [385, 0],
63 "bounds": [15, 385]
64 },
65 {
66 "name": "Frame Scroll Corner Layer",
67 "position": [385, 385],
68 "bounds": [15, 15],
69 "drawsContent": true
70 }
71 ]
72 }
73 ]
74 }
75 ]
76 } 60 }
77 ] 61 ]
78 } 62 }
79 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698