Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
<feimage xlink:href="support/color-palette.png"/>
</filter>
</svg>

<!-- HACK: Force the document to wait for the image to load -->
<img src="support/color-palette.png" style="opacity: 0"/>
3 changes: 3 additions & 0 deletions Tests/LibWeb/Screenshot/input/css-background-blob-url.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
</head>
<body>
<div id="background"></div>

<!-- HACK: Force the document to wait for the image to load -->
<img src="../data/smiley.png" style="opacity: 0"/>

<script>
fetch("../data/smiley.png")
Expand Down
9 changes: 9 additions & 0 deletions Tests/LibWeb/TestConfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,12 @@ Text/input/input-file.html
; Times out due to `document.adoptNode` invocation
; https://github.com/LadybirdBrowser/ladybird/issues/6150
Crash/wpt-import/css/css-view-transitions/first-line-reparent-crash.html

; Flaky: https://github.com/LadybirdBrowser/ladybird/issues/6299
Text/input/GamepadAPI/gamepad-rumble.html

; Flaky: https://github.com/LadybirdBrowser/ladybird/issues/6300
Text/input/wpt-import/html/semantics/popovers/popover-toggle-source.tentative.html

; Flaky: https://github.com/LadybirdBrowser/ladybird/issues/5257
Text/input/selection-over-multiple-code-units.html
Loading