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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-relative-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": [400, 400]
21 },
22 {
23 "name": "Frame Scrolling Layer"
24 },
25 {
26 "name": "Content Root Layer",
27 "bounds": [400, 400]
28 },
29 {
30 "name": "LayoutView #document",
31 "bounds": [400, 400],
32 "drawsContent": true
33 },
34 {
35 "name": "LayoutBlockFlow (relative positioned) DIV id='layer'",
36 "position": [242, 58],
37 "bounds": [100, 100],
38 "contentsOpaque": true,
9 "drawsContent": true, 39 "drawsContent": true,
10 "children": [ 40 "backgroundColor": "#008000"
11 {
12 "name": "LayoutIFrame (positioned) IFRAME",
13 "bounds": [400, 400],
14 "drawsContent": true,
15 "children": [
16 {
17 "name": "Frame Overflow Controls Host Layer",
18 "bounds": [400, 400],
19 "children": [
20 {
21 "name": "Frame Clipping Layer",
22 "bounds": [400, 400],
23 "children": [
24 {
25 "name": "Frame Scrolling Layer",
26 "children": [
27 {
28 "name": "Content Root Layer",
29 "bounds": [400, 400],
30 "children": [
31 {
32 "name": "LayoutView #document",
33 "bounds": [400, 400],
34 "drawsContent": true,
35 "children": [
36 {
37 "name": "LayoutBlockFlow (relative positioned) DIV id='layer'",
38 "position": [242, 58],
39 "bounds": [100, 100],
40 "contentsOpaque": true,
41 "drawsContent": true,
42 "backgroundColor": "#008000"
43 }
44 ]
45 }
46 ]
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54 ]
55 }
56 ]
57 } 41 }
58 ] 42 ]
59 } 43 }
60 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698