Index: LayoutTests/platform/win-xp/virtual/softwarecompositing/video/video-poster-expected.txt |
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/video/video-poster-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/video/video-poster-expected.txt |
deleted file mode 100644 |
index ae7b4dc3834b20a499bbc467c40b8b9352f9fe59..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/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 |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true |
- } |
- ] |
-} |
- |
- |
-Case: Displaying poster |
-{ |
- "bounds": [785, 605], |
- "children": [ |
- { |
- "bounds": [785, 605], |
- "contentsOpaque": true, |
- "drawsContent": true |
- } |
- ] |
-} |
- |
- |
-Case: Displaying movie |
-{ |
- "bounds": [785, 813], |
- "children": [ |
- { |
- "bounds": [785, 813], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [8, 8], |
- "bounds": [352, 288] |
- } |
- ] |
- } |
- ] |
-} |
- |
- |
- |