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 <jsbellchromium.org>
Commit-Queue: Stephen McGruer <smcgruerchromium.org>
Reviewed-by: Stephen McGruer <smcgruerchromium.org>
Cr-Commit-Position: refs/heads/master{#744527}

Co-authored-by: Joshua Bell <inexorabletashgmail.com>

--

wpt-commits: 3e5f970dc575b9e0131f5e05ac2a70779a5ba386
wpt-pr: 21973

UltraBlame original commit: a147c64bcec260fe194fff43b7d5d710cc90711c
  • Loading branch information
marco-c committed Mar 3, 2020
1 parent 5371e09 commit cf5a96b
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 @@ -354,16 +354,6 @@ onload = function() {
{help:'https://html.spec.whatwg.org/multipage/#dom-eventsource'});


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'});


subsetTestByKey('window-open', async_test, function() {
var id = 'test_window_open';
var iframe = document.createElement('iframe');
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 cf5a96b

Please sign in to comment.