Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt |
| deleted file mode 100644 |
| index afb5cbbfe031a772f9e688b3d61eb3f441124f56..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt |
| +++ /dev/null |
| @@ -1,7 +0,0 @@ |
| -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 |
| - |