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

Unified Diff: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt
index 173ffd8c672b915979113c2c1faed24fb7c662f4..fea4288e7cabda63279454c346e2c9900de759cc 100644
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt
+++ b/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt
@@ -1,87 +1,87 @@
Not scaled:
-(GraphicsLayer
- (bounds 4008.00 4016.00)
- (children 1
- (GraphicsLayer
- (bounds 4008.00 4016.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 2
- (GraphicsLayer
- (position 700.00 100.00)
- (bounds 10.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- (GraphicsLayer
- (position 100.00 100.00)
- (bounds 10.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- )
- )
- )
-)
+{
+ "bounds": [4008, 4016],
+ "children": [
+ {
+ "bounds": [4008, 4016],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [700, 100],
+ "bounds": [10, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ },
+ {
+ "position": [100, 100],
+ "bounds": [10, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ }
+ ]
+ }
+ ]
+}
Scale=0.5:
-(GraphicsLayer
- (bounds 4008.00 4016.00)
- (children 1
- (GraphicsLayer
- (bounds 4008.00 4016.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 4
- (GraphicsLayer
- (position 8.00 1008.00)
- (bounds 10.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- (GraphicsLayer
- (position 1000.00 0.00)
- (bounds 10.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- (GraphicsLayer
- (position 600.00 0.00)
- (bounds 10.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- (GraphicsLayer
- (bounds 10.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- )
- )
- )
-)
+{
+ "bounds": [4008, 4016],
+ "children": [
+ {
+ "bounds": [4008, 4016],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 1008],
+ "bounds": [10, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ },
+ {
+ "position": [1000, 0],
+ "bounds": [10, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ },
+ {
+ "position": [600, 0],
+ "bounds": [10, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ },
+ {
+ "bounds": [10, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ }
+ ]
+ }
+ ]
+}
Scale=1.5:
-(GraphicsLayer
- (bounds 4008.00 4016.00)
- (children 1
- (GraphicsLayer
- (bounds 4008.00 4016.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (bounds 10.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- )
- )
- )
-)
+{
+ "bounds": [4008, 4016],
+ "children": [
+ {
+ "bounds": [4008, 4016],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "bounds": [10, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698