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

Unified Diff: LayoutTests/platform/win/compositing/video/video-poster-expected.txt

Issue 308123005: Unreviewed Win XP rebaselines for r175038, part 10 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/video/video-poster-expected.txt
diff --git a/LayoutTests/platform/win/compositing/video/video-poster-expected.txt b/LayoutTests/platform/win/compositing/video/video-poster-expected.txt
deleted file mode 100644
index c5f6cb7bf7debf287c53741f1a750eb19eec1761..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/compositing/video/video-poster-expected.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-A <video> should not have a layer until playback begins.
-This test can not be run manually, it requires testRunner.layerTreeAsText.
-
-Case: No src, no poster
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- )
- )
-)
-
-
-Case: Displaying poster
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- )
- )
-)
-
-
-Case: Displaying movie
-(GraphicsLayer
- (bounds 785.00 782.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 782.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 352.00 288.00)
- )
- )
- )
- )
-)
-
-
-

Powered by Google App Engine
This is Rietveld 408576698