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

Unified Diff: LayoutTests/platform/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-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/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt
diff --git a/LayoutTests/platform/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt b/LayoutTests/platform/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt
index e30666f014011052b69102c363666b2a91fb7a61..eeb37e813ad2f0322a4619486b93a9e757d9fcd8 100644
--- a/LayoutTests/platform/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt
+++ b/LayoutTests/platform/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt
@@ -1,48 +1,49 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 300.00 300.00)
- (children 4
- (GraphicsLayer
- (bounds 300.00 300.00)
- (children 1
- (GraphicsLayer
- (bounds 1000.00 1000.00)
- (shouldFlattenTransform 0)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 0.00 285.00)
- (bounds 285.00 15.00)
- (drawsContent 1)
- )
- (GraphicsLayer
- (position 285.00 0.00)
- (bounds 15.00 285.00)
- (drawsContent 1)
- )
- (GraphicsLayer
- (position 285.00 285.00)
- (bounds 15.00 15.00)
- (drawsContent 1)
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [300, 300],
+ "children": [
+ {
+ "bounds": [300, 300],
+ "children": [
+ {
+ "bounds": [1000, 1000],
+ "shouldFlattenTransform": false,
+ "drawsContent": true,
+ "children": [
+ {
+
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [0, 285],
+ "bounds": [285, 15],
+ "drawsContent": true
+ },
+ {
+ "position": [285, 0],
+ "bounds": [15, 285],
+ "drawsContent": true
+ },
+ {
+ "position": [285, 285],
+ "bounds": [15, 15],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698