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 4b2492d commit 8c802ea
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2986,99 +2986,6 @@ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,56 +436,6 @@
d
e
=
x
m
l
d
o
c
u
m
e
n
t
"
>
<
m
e
t
a
n
a
m
e
=
"
v
a
r
i
a
n
t
"
c
o
n
t
e
n
t
=
"
?
i
n
c
l
u
d
e
=
w
i
n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,56 +439,6 @@
d
e
=
x
m
l
d
o
c
u
m
e
n
t
"
>
<
m
e
t
a
n
a
m
e
=
"
v
a
r
i
a
n
t
"
c
o
n
t
e
n
t
=
"
?
i
n
c
l
u
d
e
=
w
i
n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,22 +152,6 @@
?
include
=
xmldocument
"
>
<
meta
name
=
"
variant
"
content
=
"
?
include
=
window
-
open
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,22 +152,6 @@
?
include
=
xmldocument
"
>
<
meta
name
=
"
variant
"
content
=
"
?
include
=
window
-
open
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,22 +152,6 @@
?
include
=
xmldocument
"
>
<
meta
name
=
"
variant
"
content
=
"
?
include
=
window
-
open
Expand Down

0 comments on commit 8c802ea

Please sign in to comment.