mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Compare commits
4 commits
244e4f426c
...
58ed0eebc3
Author | SHA1 | Date | |
---|---|---|---|
|
58ed0eebc3 | ||
|
eb0f0b189b | ||
|
fc9e0d8325 | ||
|
36b30fb126 |
30 changed files with 54 additions and 42 deletions
|
@ -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");
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue