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

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

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

Powered by Google App Engine
This is Rietveld 408576698