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

Unified Diff: LayoutTests/platform/mac/virtual/softwarecompositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling-expected.txt

Issue 27061002: Fix unittests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/softwarecompositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling-expected.txt
diff --git a/LayoutTests/platform/mac/virtual/softwarecompositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling-expected.txt b/LayoutTests/platform/mac/virtual/softwarecompositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling-expected.txt
deleted file mode 100644
index cdea114d226be4b45af12aa99948cb68615b68be..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/mac/virtual/softwarecompositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling-expected.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-This test ensures that the descendants of children of non-stacking context overflow-scroll divs do not get promoted needlessly. Only the immediate child of an overflow-scroll div, or an unclipped descendant, need to be promoted.
-
-(GraphicsLayer
- (bounds 1832.00 1682.00)
- (children 1
- (GraphicsLayer
- (bounds 1832.00 1682.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 4
- (GraphicsLayer
- (position 28.00 320.00)
- (bounds 402.00 402.00)
- (drawsContent 1)
- (children 4
- (GraphicsLayer
- (position 1.00 1.00)
- (bounds 385.00 385.00)
- (children 1
- (GraphicsLayer
- (bounds 385.00 940.00)
- )
- )
- )
- (GraphicsLayer
- (position 1.00 386.00)
- (bounds 385.00 15.00)
- )
- (GraphicsLayer
- (position 386.00 1.00)
- (bounds 15.00 385.00)
- )
- (GraphicsLayer
- (position 386.00 386.00)
- (bounds 15.00 15.00)
- (drawsContent 1)
- )
- )
- )
- (GraphicsLayer
- (position 39.00 331.00)
- (bounds 180.00 300.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #808080)
- )
- (GraphicsLayer
- (position 39.00 961.00)
- (bounds 180.00 300.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- )
- (GraphicsLayer
- (position 39.00 641.00)
- (bounds 180.00 300.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #808080)
- (children 1
- (GraphicsLayer
- (position 0.00 -200.00)
- (bounds 100.00 100.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #000000)
- )
- )
- )
- )
- )
- )
-)
-
-

Powered by Google App Engine
This is Rietveld 408576698