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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/composited-in-columns-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698