Tests: Fix 404 at css selector test

Fixes css/selectors/focus-visible-017-2.html
This commit is contained in:
Pavel Shliak 2024-11-28 00:06:47 +04:00 committed by Sam Atkins
parent 1d2ceaf33f
commit c00b97a1f0
Notes: github-actions[bot] 2024-11-29 12:17:51 +00:00
2 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,7 @@
<figure tabindex="0">figure</figure>
<form tabindex="0">form</form>
<hr tabindex="0" />
<img tabindex="0" src="/images/green.png" />
<img tabindex="0" src="../../images/green.png" />
<label tabindex="0">label</label>
<li tabindex="0">li</li>
<mark tabindex="0">mark</mark>

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B