|
@@ -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="../support/100x100-green.png"></img>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|