This commit is contained in:
Pavel Shliak 2024-11-21 09:02:25 +01:00 committed by GitHub
commit 244e4f426c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 54 additions and 42 deletions

View file

@ -1,4 +1,4 @@
<input type="text" src="120.png" width="120" height="120" /> <input type="text" src="../../../LibWeb/Assets/120.png" width="120" height="120" />
<script type="text/javascript"> <script type="text/javascript">
document.addEventListener("DOMContentLoaded", () => { document.addEventListener("DOMContentLoaded", () => {
let input = document.querySelector("input"); let input = document.querySelector("input");

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessageFail .before 1
Fail .after 2 Pass .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessagePass .before 1
Fail .after 2 Fail .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessagePass .before 1
Fail .after 2 Fail .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessageFail .before 1
Fail .after 2 Pass .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessagePass .before 1
Fail .after 2 Fail .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessageFail .before 1
Fail .after 2 Pass .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessageFail .before 1
Fail .after 2 Pass .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessagePass .before 1
Fail .after 2 Fail .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessagePass .before 1
Fail .after 2 Fail .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessageFail .before 1
Fail .after 2 Pass .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessagePass .before 1
Fail .after 2 Fail .after 2

View file

@ -6,7 +6,8 @@ Rerun
Found 2 tests Found 2 tests
2 Fail 1 Pass
1 Fail
Details Details
Result Test Name MessageFail .before 1 Result Test Name MessageFail .before 1
Fail .after 2 Pass .after 2

View file

@ -5,7 +5,7 @@
<style type="text/css"> <style type="text/css">
@font-face { @font-face {
font-family: 'mplus-1p-regular'; font-family: 'mplus-1p-regular';
src: url('/fonts/mplus-1p-regular.woff') format('woff'); src: url('../../../WPT/wpt/fonts/mplus-1p-regular.woff') format('woff');
} }
.test span { .test span {
text-transform: full-width; text-transform: full-width;

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img data-expected-width="100" id="item" src="support/100x100-green.png"></img> <img data-expected-width="100" id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img data-expected-width="100" id="item" src="support/100x100-green.png"></img> <img data-expected-width="100" id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img data-expected-width="100" id="item" src="support/100x100-green.png"></img> <img data-expected-width="100" id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img data-expected-height="100" id="item" src="support/100x100-green.png"></img> <img data-expected-height="100" id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img data-expected-height="100" id="item" src="support/100x100-green.png"></img> <img data-expected-height="100" id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script> </script>
<body onload="document.fonts.ready.then(() => { runTest(); })"> <body onload="document.fonts.ready.then(() => { runTest(); })">
<div class="grid" id="grid"> <div class="grid" id="grid">
<img id="item" src="support/100x100-green.png"></img> <img id="item" src="../../css-flexbox/support/100x100-green.png"></img>
</div> </div>
</body> </body>