Sync WPT with upstream (04-10-2023) (#30493)

* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c'

* fix linter errors after WPT import

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

* Update expectations

---------

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2023-10-05 20:51:48 -04:00 committed by GitHub
parent 92defbb4ef
commit c06ec90151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2986 changed files with 82877 additions and 27441 deletions

View file

@ -12753,7 +12753,7 @@
]
],
"collections.html": [
"8e06ffcc0933719b4b79ea6656d6635cc121d900",
"24582a791a999636a722cd2e94c8d53672a2b3aa",
[
null,
{}
@ -13249,7 +13249,7 @@
]
],
"htmlcollection.html": [
"57114d30a9265be16d521493c1f041a21b82d3b6",
"8d0708aa19c033833aec09c7014f79bab2dbaf6d",
[
null,
{}

View file

@ -23,7 +23,7 @@
</fieldset>
</form>
<hr />
<canvas/>
<canvas></canvas>
<p>pppppppppp</p>
<q>qqqqqqqqqqqqqqqqqqqqqqqqqqq</q>
<progress max="100" value="80">80%</progress>

View file

@ -10,9 +10,9 @@
<div id="bar" class="bar"></div>
<div id="live" class="live"></div>
<div id="class-example">
<p id="p1" class="aaa bbb"/>
<p id="p2" class="aaa ccc"/>
<p id="p3" class="bbb ccc"/>
<p id="p1" class="aaa bbb"></p>
<p id="p2" class="aaa ccc"></p>
<p id="p3" class="bbb ccc"></p>
</div>
<script>
var foo1 = document.getElementById("foo-1");