Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/webvtt-file-format-parsing/webvtt-file-parsing/support/ids.vtt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/webvtt-file-format-parsing/webvtt-file-parsing/support/ids.vtt b/third_party/WebKit/LayoutTests/external/wpt/webvtt/webvtt-file-format-parsing/webvtt-file-parsing/support/ids.vtt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ea335ee9eb5e5b9150ed04c1fef45b6e44606a51 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/webvtt-file-format-parsing/webvtt-file-parsing/support/ids.vtt |
@@ -0,0 +1,21 @@ |
+WEBVTT |
+ |
+ leading space |
+00:00:00.000 --> 00:00:01.000 |
+{"id":" leading space"} |
+ |
+trailing space |
+00:00:00.000 --> 00:00:01.000 |
+{"id":"trailing space "} |
+ |
+-- > |
+00:00:00.000 --> 00:00:01.000 |
+{"id":"-- >"} |
+ |
+-> |
+00:00:00.000 --> 00:00:01.000 |
+{"id":"->"} |
+ |
+ |
+00:00:00.000 --> 00:00:01.000 |
+{"id":" "} |