LibWeb/Tests: Remove image from a test
The image made the test flaky when running on my machine, so this doesn't seem safe at the moment. We can just hardcode the dimensions. Eventually we should make it possible to use external images in tests, but for now let's not flake up the CI.
This commit is contained in:
parent
c598c092c2
commit
50f9a86086
Notes:
sideshowbarker
2024-07-17 01:27:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/50f9a86086
2 changed files with 3 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 8.8 KiB |
|
@ -6,5 +6,7 @@
|
|||
#image {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 50px;
|
||||
width: 64px;
|
||||
height: 138px;
|
||||
}
|
||||
</style>Well, <img id="image" src="buggie.png" /> friends.
|
||||
</style>Well, <img id="image" /> friends.
|
||||
|
|
Loading…
Add table
Reference in a new issue