summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/dom/historical.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/dom/historical.html')
-rw-r--r--testing/web-platform/tests/html/dom/historical.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/dom/historical.html b/testing/web-platform/tests/html/dom/historical.html
index 396e57a391..2563810492 100644
--- a/testing/web-platform/tests/html/dom/historical.html
+++ b/testing/web-platform/tests/html/dom/historical.html
@@ -52,4 +52,9 @@ test(() => {
test(() => {
assert_false("HTMLTableHeaderCellElement" in window);
}, "HTMLTableHeaderCellElement interface is removed")
+
+// removed in https://github.com/whatwg/html/commit/6e4bcf5630d08e03212ad4e1a3c78beecf2a92fa
+test(() => {
+ assert_false("initHashChangeEvent" in HashChangeEvent.prototype);
+}, "HashChangeEvent's initHashChangeEvent method is removed")
</script>