mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Update web-platform-tests to revision eb12303bec1d47bbe91ebf011d17d81ec6fce68d
This commit is contained in:
parent
6ca767d7f9
commit
916ba6ef4d
467 changed files with 6716 additions and 1478 deletions
|
@ -39,6 +39,7 @@
|
|||
<script src="/resources/check-layout-th.js"></script>
|
||||
<script src="support/style-change.js"></script>
|
||||
<script>
|
||||
setup({ explicit_done: true });
|
||||
function runTest() {
|
||||
let before = {
|
||||
item1: {"data-offset-x": 2 },
|
||||
|
@ -58,7 +59,7 @@ function runTest() {
|
|||
done();
|
||||
}
|
||||
</script>
|
||||
<body onload="runTest()">
|
||||
<body onload="document.fonts.ready.then(() => { runTest(); })">
|
||||
<div id="container">
|
||||
<div id="item1" data-expected-width="20" data-expected-height="50" data-offset-y="0">É</div>
|
||||
<div id="item2" data-expected-width="40" data-expected-height="50" data-offset-y="50">É</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue