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

Side by Side Diff: LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#402B3C",
8 "children": [ 9 "children": [
9 { 10 {
10 "shouldFlattenTransform": false, 11 "shouldFlattenTransform": false,
11 "children": [ 12 "children": [
12 { 13 {
13 "position": [8, 13], 14 "position": [8, 13],
14 "bounds": [150, 150], 15 "bounds": [150, 150],
15 "contentsOpaque": true, 16 "contentsOpaque": true,
16 "drawsContent": true, 17 "drawsContent": true,
17 "backgroundColor": "#D9CCA7" 18 "backgroundColor": "#D9CCA7"
18 }, 19 },
19 { 20 {
20 "position": [20, 20], 21 "position": [20, 20],
21 "bounds": [226, 180], 22 "bounds": [226, 180],
22 "drawsContent": true 23 "drawsContent": true
23 } 24 }
24 ] 25 ]
25 } 26 }
26 ] 27 ]
27 } 28 }
28 ] 29 ]
29 } 30 }
30 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698