mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
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:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -12753,7 +12753,7 @@
|
|||
]
|
||||
],
|
||||
"collections.html": [
|
||||
"8e06ffcc0933719b4b79ea6656d6635cc121d900",
|
||||
"24582a791a999636a722cd2e94c8d53672a2b3aa",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
@ -13249,7 +13249,7 @@
|
|||
]
|
||||
],
|
||||
"htmlcollection.html": [
|
||||
"57114d30a9265be16d521493c1f041a21b82d3b6",
|
||||
"8d0708aa19c033833aec09c7014f79bab2dbaf6d",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</fieldset>
|
||||
</form>
|
||||
<hr />
|
||||
<canvas/>
|
||||
<canvas></canvas>
|
||||
<p>pppppppppp</p>
|
||||
<q>qqqqqqqqqqqqqqqqqqqqqqqqqqq</q>
|
||||
<progress max="100" value="80">80%</progress>
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue