Fixes Tests/LibWeb/Text/expected/wpt-import/css/css-grid/alignment/
@@ -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
-Result Test Name MessageFail .before 1
+Result Test Name MessagePass .before 1
Fail .after 2
@@ -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="../support/100x100-green.png"></img>
</div>
</body>
@@ -39,6 +39,6 @@ function runTest() {
- <img data-expected-width="100" id="item" src="support/100x100-green.png"></img>
+ <img data-expected-width="100" id="item" src="../support/100x100-green.png"></img>
- <img data-expected-height="100" id="item" src="support/100x100-green.png"></img>
+ <img data-expected-height="100" id="item" src="../support/100x100-green.png"></img>