Index: LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt |
diff --git a/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt b/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..afb5cbbfe031a772f9e688b3d61eb3f441124f56 |
--- /dev/null |
+++ b/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt |
@@ -0,0 +1,7 @@ |
+Test that the cue root is not constrained by the controls/overlay. |
+EVENT(canplaythrough) |
+EVENT(seeked) |
+EXPECTED (parseFloat(getComputedStyle(controlsContainer).width) <= '800') OK |
+EXPECTED (parseFloat(getComputedStyle(cueRoot).width) > '800') OK |
+END OF TEST |
+ |