Tests: Fix 404 at css selector test
Fixes css/selectors/focus-visible-017-2.html
This commit is contained in:
parent
1d2ceaf33f
commit
c00b97a1f0
Notes:
github-actions[bot]
2024-11-29 12:17:51 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/c00b97a1f08 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2216 Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
BIN
Tests/LibWeb/Text/input/wpt-import/images/green.png
Normal file
BIN
Tests/LibWeb/Text/input/wpt-import/images/green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 B |
Loading…
Add table
Reference in a new issue