Skip to content

Commit

Permalink
Bug 1930021 [wpt PR 49046] - Rename <selectedoption> to <selectedcont…
Browse files Browse the repository at this point in the history
…ent>, a=testonly

Automatic update from web-platform-tests
Rename <selectedoption> to <selectedcontent>

This rename was decided here:
openui/open-ui#1112

Change-Id: I5ed2a5b7dca3d6c62ad73c609eed898dca44cefd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5983471
Reviewed-by: Traian Captan <tcaptanchromium.org>
Commit-Queue: Joey Arhar <jarharchromium.org>
Cr-Commit-Position: refs/heads/main{#1380043}

--

wpt-commits: 87038037a69d96cbfa83f2dc370f8478ff472851
wpt-pr: 49046

UltraBlame original commit: 6393fac1affe9d3e6dd207155f579042ae319983
  • Loading branch information
marco-c committed Nov 16, 2024
1 parent efa0995 commit 88569b6
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
?
?
<
selectedoption
selectedcontent
/
>
<
Expand Down Expand Up @@ -104,7 +104,7 @@
?
?
<
selectedoption
selectedcontent
/
>
<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
button
>
<
selectedoption
selectedcontent
>
<
/
selectedoption
selectedcontent
>
<
/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
button
>
<
selectedoption
selectedcontent
>
<
/
selectedoption
selectedcontent
>
<
/
Expand All @@ -90,11 +90,11 @@
>
one
<
selectedoption
selectedcontent
>
<
/
selectedoption
selectedcontent
>
<
/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"
resources
/
selectedoption
selectedcontent
-
restore
-
Expand Down Expand Up @@ -339,7 +339,7 @@
querySelector
(
'
selectedoption
selectedcontent
'
)
.
Expand All @@ -362,7 +362,7 @@
.
innerHTML
'
selectedoption
selectedcontent
.
innerHTML
should
Expand All @@ -378,7 +378,7 @@
}
'
<
selectedoption
selectedcontent
>
should
be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@
button
>
<
selectedoption
selectedcontent
>
<
/
selectedoption
selectedcontent
>
<
/
Expand Down Expand Up @@ -255,14 +255,14 @@
)
;
const
selectedOption
selectedcontent
=
document
.
querySelector
(
'
selectedoption
selectedcontent
'
)
;
Expand Down Expand Up @@ -318,7 +318,7 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
optionOne
Expand All @@ -329,7 +329,7 @@
innerHTML
of
<
selectedoption
selectedcontent
>
should
initially
Expand Down Expand Up @@ -363,7 +363,7 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
optionTwo
Expand All @@ -374,7 +374,7 @@
innerHTML
of
<
selectedoption
selectedcontent
>
should
change
Expand Down Expand Up @@ -413,13 +413,13 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
oldInnerHTML
'
<
selectedoption
selectedcontent
>
should
not
Expand Down Expand Up @@ -458,13 +458,13 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
oldInnerHTML
'
<
selectedoption
selectedcontent
>
should
not
Expand Down Expand Up @@ -507,13 +507,13 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
oldInnerHTML
'
<
selectedoption
selectedcontent
>
should
not
Expand Down Expand Up @@ -572,7 +572,7 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
optionOne
Expand All @@ -583,7 +583,7 @@
innerHTML
of
<
selectedoption
selectedcontent
>
should
be
Expand Down Expand Up @@ -650,7 +650,7 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
optionTwo
Expand All @@ -666,13 +666,13 @@
update
the
<
selectedoption
selectedcontent
>
.
'
)
;
selectedOption
selectedcontent
.
remove
(
Expand All @@ -687,7 +687,7 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
'
Expand All @@ -696,7 +696,7 @@
Removing
the
<
selectedoption
selectedcontent
>
from
the
Expand All @@ -717,12 +717,12 @@
.
appendChild
(
selectedOption
selectedcontent
)
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
optionTwo
Expand All @@ -734,7 +734,7 @@
inserting
the
<
selectedoption
selectedcontent
>
should
make
Expand All @@ -761,7 +761,7 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
optionOne
Expand All @@ -772,7 +772,7 @@
innerHTML
of
<
selectedoption
selectedcontent
>
should
be
Expand All @@ -797,7 +797,7 @@
;
assert_equals
(
selectedOption
selectedcontent
.
innerHTML
'
Expand All @@ -807,7 +807,7 @@
content
of
<
selectedoption
selectedcontent
>
should
be
Expand Down Expand Up @@ -846,7 +846,7 @@
'
The
<
selectedoption
selectedcontent
>
element
should
Expand Down
Loading

0 comments on commit 88569b6

Please sign in to comment.