Compare commits

...

4 commits

Author SHA1 Message Date
Pavel Shliak
58ed0eebc3
Merge eb0f0b189b into f638f84185 2024-11-20 19:34:30 +02:00
Pavel Shliak
eb0f0b189b Tests: Fix 404 at css-grid alignment tests
Fixes Tests/LibWeb/Text/expected/wpt-import/css/css-grid/alignment/
2024-11-08 13:38:15 +04:00
Pavel Shliak
fc9e0d8325 Tests: Fix 404 at input-text-to-image.html 2024-11-08 13:38:15 +04:00
Pavel Shliak
36b30fb126 Tests: Fix 404 at Element-text-transform-fullwidth.html 2024-11-08 13:38:15 +04:00
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">
document.addEventListener("DOMContentLoaded", () => {
let input = document.querySelector("input");

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -5,7 +5,7 @@
<style type="text/css">
@font-face {
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 {
text-transform: full-width;

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -39,6 +39,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>

View file

@ -49,6 +49,6 @@ function runTest() {
</script>
<body onload="document.fonts.ready.then(() => { runTest(); })">
<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>
</body>