Commit 6532b4a4 authored by Joshua Bell's avatar Joshua Bell Committed by Commit Bot

WPT: Remove XMLDocument#load test from html/.../query-encoding/

Test was failing in all browsers and all encoding permutations. The
load() method has been removed from XMLDocument and all browsers. It
has coverage in dom/historical.html so isn't needed here.

Discussion: 
https: //github.com/web-platform-tests/wpt/issues/4934#issuecomment-590807673
Change-Id: Ib38a8b6374e26cb69055c61ed4725ecd9b05a267
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071251
Auto-Submit: Joshua Bell <jsbell@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744527}
parent ddd78fc1
......@@ -353,16 +353,6 @@ onload = function() {
}, 'EventSource#url',
{help:'https://html.spec.whatwg.org/multipage/#dom-eventsource'});
// XMLDocument#load()
subsetTestByKey('xmldocument', async_test, function() {
var doc = document.implementation.createDocument(null, "x");
doc.load(input_url_svg);
doc.onload = this.step_func_done(function() {
assert_equals(doc.documentElement.textContent, expected_current);
});
}, 'XMLDocument#load()',
{help:'https://html.spec.whatwg.org/multipage/#dom-xmldocument-load'});
// window.open
subsetTestByKey('window-open', async_test, function() {
var id = 'test_window_open';
......
This is a testharness.js-based test.
FAIL XMLDocument#load() doc.load is not a function
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL XMLDocument#load() doc.load is not a function
Harness: the test ran to completion.
......@@ -8,7 +8,6 @@
<meta name="variant" content="?include=base-href">
<meta name="variant" content="?include=workers">
<meta name="variant" content="?include=eventsource">
<meta name="variant" content="?include=xmldocument">
<meta name="variant" content="?include=window-open">
<meta name="variant" content="?include=hyperlink-search">
<meta name="variant" content="?include=history">
......
This is a testharness.js-based test.
FAIL XMLDocument#load() doc.load is not a function
Harness: the test ran to completion.
......@@ -8,7 +8,6 @@
<meta name="variant" content="?include=base-href">
<meta name="variant" content="?include=workers">
<meta name="variant" content="?include=eventsource">
<meta name="variant" content="?include=xmldocument">
<meta name="variant" content="?include=window-open">
<meta name="variant" content="?include=hyperlink-search">
<meta name="variant" content="?include=history">
......
This is a testharness.js-based test.
FAIL XMLDocument#load() doc.load is not a function
Harness: the test ran to completion.
......@@ -8,7 +8,6 @@
<meta name="variant" content="?include=base-href">
<meta name="variant" content="?include=workers">
<meta name="variant" content="?include=eventsource">
<meta name="variant" content="?include=xmldocument">
<meta name="variant" content="?include=window-open">
<meta name="variant" content="?include=hyperlink-search">
<meta name="variant" content="?include=history">
......
This is a testharness.js-based test.
FAIL XMLDocument#load() doc.load is not a function
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment