Index: third_party/WebKit/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt b/third_party/WebKit/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt |
deleted file mode 100644 |
index 5ce0efe38e801074d0351c349743fda30c16bfe7..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-Tests the regionId attribute of a cue. |
- |
- |
-** Test the setter and getter through the JS API ** |
-EXPECTED (cue.regionId == '') OK |
-EXPECTED (cue.regionId == 'someId') OK |
- |
-** Test parsing a region attribute of a cue ** |
-EXPECTED (cue.regionId == 'someregionattributeid') OK |
- |
-** Test that region attribute is ignored if either line position or cue size are specified or writing direction is not horizontal ** |
-EXPECTED (cue.regionId == '') OK |
-EXPECTED (cue.regionId == '') OK |
-EXPECTED (cue.regionId == '') OK |
- |
-END OF TEST |
- |