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

Unified Diff: LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt

Issue 342553009: Auto-rebaseline for r176243 (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/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt
diff --git a/LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt b/LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt
index 2aea44f877231c54699bca27752692083ce8738c..5e5dbb3ff28022e8fc0cef3bffb6b50ef23a2f79 100644
--- a/LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt
+++ b/LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt
@@ -18,7 +18,11 @@
(shouldFlattenTransform 0)
(children 1
(GraphicsLayer
- (bounds 10.00 200.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 10.00 200.00)
+ )
+ )
)
)
)
@@ -42,7 +46,11 @@
(shouldFlattenTransform 0)
(children 1
(GraphicsLayer
- (bounds 200.00 10.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 200.00 10.00)
+ )
+ )
)
)
)
@@ -66,7 +74,11 @@
(shouldFlattenTransform 0)
(children 1
(GraphicsLayer
- (bounds 200.00 200.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 200.00 200.00)
+ )
+ )
)
)
)

Powered by Google App Engine
This is Rietveld 408576698