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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/composited-in-columns-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": "LayoutBlockFlow DIV class='composited block'",
11 "position": [14, 162],
12 "bounds": [210, 60],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backgroundColor": "#0000FF"
11 { 15 },
12 "name": "LayoutBlockFlow DIV class='composited block'", 16 {
13 "position": [14, 162], 17 "name": "LayoutBlockFlow DIV class='composited box'",
14 "bounds": [210, 60], 18 "position": [5, 5],
15 "drawsContent": true, 19 "bounds": [50, 50],
16 "backgroundColor": "#0000FF", 20 "contentsOpaque": true,
17 "children": [ 21 "drawsContent": true,
18 { 22 "backgroundColor": "#008000"
19 "name": "LayoutBlockFlow DIV class='composited box'", 23 },
20 "position": [5, 5], 24 {
21 "bounds": [50, 50], 25 "name": "LayoutBlockFlow DIV class='composited block'",
22 "contentsOpaque": true, 26 "position": [272, 88],
23 "drawsContent": true, 27 "bounds": [210, 60],
24 "backgroundColor": "#008000" 28 "drawsContent": true,
25 } 29 "backgroundColor": "#0000FF"
26 ] 30 },
27 }, 31 {
28 { 32 "name": "LayoutBlockFlow DIV class='composited box'",
29 "name": "LayoutBlockFlow DIV class='composited block'", 33 "position": [5, 5],
30 "position": [272, 88], 34 "bounds": [50, 50],
31 "bounds": [210, 60], 35 "contentsOpaque": true,
32 "drawsContent": true, 36 "drawsContent": true,
33 "backgroundColor": "#0000FF", 37 "backgroundColor": "#008000"
34 "children": [
35 {
36 "name": "LayoutBlockFlow DIV class='composited box'",
37 "position": [5, 5],
38 "bounds": [50, 50],
39 "contentsOpaque": true,
40 "drawsContent": true,
41 "backgroundColor": "#008000"
42 }
43 ]
44 }
45 ]
46 } 38 }
47 ] 39 ]
48 } 40 }
49 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698