aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2023-05-30 08:58:09 -0400
committerJosh Matthews <josh@joshmatthews.net>2023-05-30 08:58:09 -0400
commit43f5b4899bd15569bd9dfb4b3bd3f10307cb893c (patch)
tree91f8a59ca1102a4b7bda60cae015717c30cb31c4
parentce023bea246ed0d8782523a5fe2767f37db6422d (diff)
downloadservo-43f5b4899bd15569bd9dfb4b3bd3f10307cb893c.tar.gz
servo-43f5b4899bd15569bd9dfb4b3bd3f10307cb893c.zip
Update successful test results.
-rw-r--r--tests/wpt/metadata/dom/events/Event-subclasses-constructors.html.ini19
-rw-r--r--tests/wpt/metadata/webidl/ecmascript-binding/constructors.html.ini36
-rw-r--r--tests/wpt/metadata/webidl/ecmascript-binding/legacy-factor-function-subclass.window.js.ini4
3 files changed, 0 insertions, 59 deletions
diff --git a/tests/wpt/metadata/dom/events/Event-subclasses-constructors.html.ini b/tests/wpt/metadata/dom/events/Event-subclasses-constructors.html.ini
index 57bf766d5ba..c8f7dc50786 100644
--- a/tests/wpt/metadata/dom/events/Event-subclasses-constructors.html.ini
+++ b/tests/wpt/metadata/dom/events/Event-subclasses-constructors.html.ini
@@ -23,22 +23,3 @@
[CompositionEvent constructor (argument with non-default values)]
expected: FAIL
-
- [SubclassedEvent constructor (no argument)]
- expected: FAIL
-
- [SubclassedEvent constructor (undefined argument)]
- expected: FAIL
-
- [SubclassedEvent constructor (null argument)]
- expected: FAIL
-
- [SubclassedEvent constructor (empty argument)]
- expected: FAIL
-
- [SubclassedEvent constructor (argument with default values)]
- expected: FAIL
-
- [SubclassedEvent constructor (argument with non-default values)]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/webidl/ecmascript-binding/constructors.html.ini b/tests/wpt/metadata/webidl/ecmascript-binding/constructors.html.ini
deleted file mode 100644
index aa8cf05b758..00000000000
--- a/tests/wpt/metadata/webidl/ecmascript-binding/constructors.html.ini
+++ /dev/null
@@ -1,36 +0,0 @@
-[constructors.html]
- [Constructor in child window with normal NewTarget from parent window]
- expected: FAIL
-
- [Constructor in parent window with normal NewTarget from child window]
- expected: FAIL
-
- [Subclass constructor in parent window]
- expected: FAIL
-
- [Subclass constructor in child window]
- expected: FAIL
-
- [Subclass constructor in parent window with parent class in child window]
- expected: FAIL
-
- [Subclass constructor in child window with parent class in parent window]
- expected: FAIL
-
- [Constructor in child window with bad NewTarget from parent window]
- expected: FAIL
-
- [Constructor in parent window with bad NewTarget from child window]
- expected: FAIL
-
- [Constructor in parent window with bad NewTarget from parent window that's a bound child window function]
- expected: FAIL
-
- [Constructor in child window with bad NewTarget from child window that's a bound parent window function]
- expected: FAIL
-
- [Constructor in parent window with bad NewTarget from parent window that's a proxy for a child window function]
- expected: FAIL
-
- [Constructor in child window with bad NewTarget from child window that's a proxy for a parent window function]
- expected: FAIL
diff --git a/tests/wpt/metadata/webidl/ecmascript-binding/legacy-factor-function-subclass.window.js.ini b/tests/wpt/metadata/webidl/ecmascript-binding/legacy-factor-function-subclass.window.js.ini
deleted file mode 100644
index bce94513c4e..00000000000
--- a/tests/wpt/metadata/webidl/ecmascript-binding/legacy-factor-function-subclass.window.js.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[legacy-factor-function-subclass.window.html]
- [[LegacyFactoryFunction\] can be subclassed and correctly handles NewTarget]
- expected: FAIL
-