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

Unified Diff: LayoutTests/platform/win/compositing/iframes/scrolling-iframe-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/platform/win/compositing/iframes/scrolling-iframe-expected.txt
diff --git a/LayoutTests/platform/win/compositing/iframes/scrolling-iframe-expected.txt b/LayoutTests/platform/win/compositing/iframes/scrolling-iframe-expected.txt
index 98f8a7c39b759b1a6a4355bb2c9f1b7db175e879..0e04dd5739a04d3ec1d4857a12861bce19f7c87a 100644
--- a/LayoutTests/platform/win/compositing/iframes/scrolling-iframe-expected.txt
+++ b/LayoutTests/platform/win/compositing/iframes/scrolling-iframe-expected.txt
@@ -1,75 +1,100 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 2
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 370.00 220.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 35.00 35.00)
- (children 4
- (GraphicsLayer
- (bounds 285.00 135.00)
- (children 1
- (GraphicsLayer
- (position -80.00 -80.00)
- (children 1
- (GraphicsLayer
- (bounds 508.00 608.00)
- (children 1
- (GraphicsLayer
- (bounds 508.00 608.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 108.00 100.00)
- (bounds 200.00 200.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- )
- )
- )
- )
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 285.00 0.00)
- (bounds 15.00 135.00)
- (drawsContent 1)
- )
- (GraphicsLayer
- (position 0.00 135.00)
- (bounds 285.00 15.00)
- (drawsContent 1)
- )
- (GraphicsLayer
- (position 285.00 135.00)
- (bounds 15.00 15.00)
- (drawsContent 1)
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 5.00 5.00)
- (bounds 50.00 50.00)
- (drawsContent 1)
- (backgroundColor #00000033)
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [370, 220],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [35, 35],
+ "bounds": [300, 150],
+ "children": [
+ {
+ "bounds": [285, 135],
+ "children": [
+ {
+ "children": [
+ {
+ "bounds": [508, 608],
+ "children": [
+ {
+ "bounds": [508, 608],
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0",
+ "children": [
+ {
+ "position": [108, 100],
+ "bounds": [200, 200],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [0, 135],
+ "bounds": [285, 15],
+ "drawsContent": true
+ },
+ {
+ "position": [285, 0],
+ "bounds": [15, 135],
+ "drawsContent": true
+ },
+ {
+ "position": [285, 135],
+ "bounds": [15, 15],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [5, 5],
+ "bounds": [50, 50],
+ "drawsContent": true,
+ "backgroundColor": "#00000033"
+ }
+ ]
+ }
+ ]
+}
+
+
+--------
+Frame: '-->'
+--------
+{
+ "bounds": [508, 608],
+ "children": [
+ {
+ "bounds": [508, 608],
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0",
+ "children": [
+ {
+ "position": [108, 100],
+ "bounds": [200, 200],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698