Skip to content

Commit

Permalink
Bug 1618021 [wpt PR 21973] - WPT: Remove XMLDocument#load test from h…
Browse files Browse the repository at this point in the history
…tml/.../query-encoding/, a=testonly

Automatic update from web-platform-tests
WPT: Remove XMLDocument#load test from html/.../query-encoding/ (#21973)

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 <[email protected]>
Commit-Queue: Stephen McGruer <[email protected]>
Reviewed-by: Stephen McGruer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#744527}

Co-authored-by: Joshua Bell <[email protected]>

--

wpt-commits: 3e5f970dc575b9e0131f5e05ac2a70779a5ba386
wpt-pr: 21973
  • Loading branch information
chromium-wpt-export-bot authored and moz-wptsync-bot committed Mar 2, 2020
1 parent e5810f8 commit 6b5aff4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 6b5aff4

Please sign in to comment.