aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/webvtt/api/VTTCue
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2023-08-15 02:28:32 +0200
committerGitHub <noreply@github.com>2023-08-15 00:28:32 +0000
commit963104e5fc1f34cf77bb65991e83156cab6bf9d4 (patch)
tree86c5c55d62ae62f0b8aa5c172cd620c03c371737 /tests/wpt/meta/webvtt/api/VTTCue
parent78c70112405508354b6ed8461d4e1c81c933f721 (diff)
downloadservo-963104e5fc1f34cf77bb65991e83156cab6bf9d4.tar.gz
servo-963104e5fc1f34cf77bb65991e83156cab6bf9d4.zip
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
Diffstat (limited to 'tests/wpt/meta/webvtt/api/VTTCue')
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/align.html.ini7
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/constructor-exceptions.html.ini9
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/constructor.html.ini15
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/getCueAsHTML.html.ini36
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/line.html.ini7
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/lineAlign.html.ini3
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/position.html.ini3
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/positionAlign.html.ini3
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/region.html.ini3
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/size.html.ini3
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/snapToLines.html.ini7
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/text.html.ini7
-rw-r--r--tests/wpt/meta/webvtt/api/VTTCue/vertical.html.ini7
13 files changed, 110 insertions, 0 deletions
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/align.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/align.html.ini
new file mode 100644
index 00000000000..2bd9ae887c0
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/align.html.ini
@@ -0,0 +1,7 @@
+[align.html]
+ expected: TIMEOUT
+ [VTTCue.align, script-created cue]
+ expected: FAIL
+
+ [VTTCue.align, parsed cue]
+ expected: TIMEOUT
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/constructor-exceptions.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/constructor-exceptions.html.ini
new file mode 100644
index 00000000000..7503186cb90
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/constructor-exceptions.html.ini
@@ -0,0 +1,9 @@
+[constructor-exceptions.html]
+ [VTTCue constructor exceptions, invalid start time]
+ expected: FAIL
+
+ [VTTCue constructor exceptions, invalid end time]
+ expected: FAIL
+
+ [VTTCue constructor exceptions, valueOf]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/constructor.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/constructor.html.ini
new file mode 100644
index 00000000000..407562512e3
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/constructor.html.ini
@@ -0,0 +1,15 @@
+[constructor.html]
+ [VTTCue(), initial values]
+ expected: FAIL
+
+ [VTTCue(), bad start time]
+ expected: FAIL
+
+ [VTTCue(), bad end time]
+ expected: FAIL
+
+ [VTTCue(), unbounded end time]
+ expected: FAIL
+
+ [VTTCue(), text formatting]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/getCueAsHTML.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/getCueAsHTML.html.ini
new file mode 100644
index 00000000000..8b18701934a
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/getCueAsHTML.html.ini
@@ -0,0 +1,36 @@
+[getCueAsHTML.html]
+ [VTTCue.getCueAsHTML(), creating the cue]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <c>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <c.a.b>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <i>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <b>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <u>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <ruby>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <rt>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <v>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <v a b>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), <1:00:00.500>]
+ expected: FAIL
+
+ [VTTCue.getCueAsHTML(), x\\0]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/line.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/line.html.ini
new file mode 100644
index 00000000000..8b96be1e935
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/line.html.ini
@@ -0,0 +1,7 @@
+[line.html]
+ expected: TIMEOUT
+ [VTTCue.line, script-created cue]
+ expected: FAIL
+
+ [VTTCue.line, parsed cue]
+ expected: TIMEOUT
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/lineAlign.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/lineAlign.html.ini
new file mode 100644
index 00000000000..0fb67d63ab4
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/lineAlign.html.ini
@@ -0,0 +1,3 @@
+[lineAlign.html]
+ [VTTCue.lineAlign, script-created cue]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/position.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/position.html.ini
new file mode 100644
index 00000000000..3b886cf53d7
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/position.html.ini
@@ -0,0 +1,3 @@
+[position.html]
+ [VTTCue.position, script-created cue]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/positionAlign.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/positionAlign.html.ini
new file mode 100644
index 00000000000..a05ab835ec5
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/positionAlign.html.ini
@@ -0,0 +1,3 @@
+[positionAlign.html]
+ [VTTCue.positionAlign, script-created cue]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/region.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/region.html.ini
new file mode 100644
index 00000000000..7c459fc9940
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/region.html.ini
@@ -0,0 +1,3 @@
+[region.html]
+ [VTTCue.region, script-created cue]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/size.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/size.html.ini
new file mode 100644
index 00000000000..8fcc62b3d9e
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/size.html.ini
@@ -0,0 +1,3 @@
+[size.html]
+ [VTTCue.size, script-created cue]
+ expected: FAIL
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/snapToLines.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/snapToLines.html.ini
new file mode 100644
index 00000000000..b811c7422e7
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/snapToLines.html.ini
@@ -0,0 +1,7 @@
+[snapToLines.html]
+ expected: TIMEOUT
+ [VTTCue.snapToLines, script-created cue]
+ expected: FAIL
+
+ [VTTCue.snapToLines, parsed cue]
+ expected: TIMEOUT
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/text.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/text.html.ini
new file mode 100644
index 00000000000..22744b8b6fa
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/text.html.ini
@@ -0,0 +1,7 @@
+[text.html]
+ expected: TIMEOUT
+ [VTTCue.text, script-created cue]
+ expected: FAIL
+
+ [VTTCue.text, parsed cue]
+ expected: TIMEOUT
diff --git a/tests/wpt/meta/webvtt/api/VTTCue/vertical.html.ini b/tests/wpt/meta/webvtt/api/VTTCue/vertical.html.ini
new file mode 100644
index 00000000000..8d455908bfc
--- /dev/null
+++ b/tests/wpt/meta/webvtt/api/VTTCue/vertical.html.ini
@@ -0,0 +1,7 @@
+[vertical.html]
+ expected: TIMEOUT
+ [VTTCue.vertical, script-created cue]
+ expected: FAIL
+
+ [VTTCue.vertical, parsed cue]
+ expected: TIMEOUT