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

Unified Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/iframes/invisible-nested-iframe-hide-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/platform/win-xp/virtual/softwarecompositing/iframes/invisible-nested-iframe-hide-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/iframes/invisible-nested-iframe-hide-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/iframes/invisible-nested-iframe-hide-expected.txt
index 35218946128cb95073137cbf9f45441278c21656..ac7c5f9e50eb2015867a60789dea9f6500dc85d3 100644
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/iframes/invisible-nested-iframe-hide-expected.txt
+++ b/LayoutTests/platform/win-xp/virtual/softwarecompositing/iframes/invisible-nested-iframe-hide-expected.txt
@@ -1,98 +1,98 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 210.00 210.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+}
--------
Frame: '-->'
--------
-(GraphicsLayer
- (bounds 285.00 193.00)
- (children 1
- (GraphicsLayer
- (bounds 285.00 193.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 252.00 172.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 1.00 1.00)
- (children 1
- (GraphicsLayer
- (bounds 250.00 170.00)
- (children 1
- (GraphicsLayer
- (children 1
- (GraphicsLayer
- (bounds 250.00 230.00)
- (children 1
- (GraphicsLayer
- (bounds 250.00 230.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 210.00 210.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [285, 193],
+ "children": [
+ {
+ "bounds": [285, 193],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [252, 172],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [1, 1],
+ "children": [
+ {
+ "bounds": [250, 170],
+ "children": [
+ {
+ "children": [
+ {
+ "bounds": [250, 230],
+ "children": [
+ {
+ "bounds": [250, 230],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
--------
Frame: '/-->'
--------
-(GraphicsLayer
- (bounds 250.00 230.00)
- (children 1
- (GraphicsLayer
- (bounds 250.00 230.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 210.00 210.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- )
- )
- )
- )
-)
+{
+ "bounds": [250, 230],
+ "children": [
+ {
+ "bounds": [250, 230],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698