mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Tests: Mark existing workarounds consistently
This commit is contained in:
parent
e055927ead
commit
495b3169e0
Notes:
github-actions[bot]
2025-03-05 15:33:45 +00:00
Author: https://github.com/InvalidUsernameException Commit: https://github.com/LadybirdBrowser/ladybird/commit/495b3169e0d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3809
5 changed files with 5 additions and 5 deletions
|
@ -11,4 +11,5 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<!-- FIXME: Workaround to ensure CSS background-image is loaded before taking screenshot: https://github.com/LadybirdBrowser/ladybird/issues/3448 -->
|
||||
<body><span></span><img src="../data/2x2checkerboard.png">
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Hack to make the test runner wait for the image to load -->
|
||||
<!-- FIXME: Workaround to ensure CSS background-image is loaded before taking screenshot: https://github.com/LadybirdBrowser/ladybird/issues/3448 -->
|
||||
<img src="../data/car.png" />
|
||||
|
||||
<p class="border-box linear-gradient">The background extends behind the border.</p>
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- FIXME: This <img> tag is only here as a hack. The test runner takes a screenshot after the load event,
|
||||
which waits for img tags to load, but not images referred to in CSS. -->
|
||||
<!-- FIXME: Workaround to ensure CSS background-image is loaded before taking screenshot: https://github.com/LadybirdBrowser/ladybird/issues/3448 -->
|
||||
<img src="../data/smiley.png"/>
|
||||
|
||||
<!-- Single value -->
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- FIXME: This <img> tag is only here as a hack. The test runner takes a screenshot after the load event,
|
||||
which waits for img tags to load, but not images referred to in CSS. -->
|
||||
<!-- FIXME: Workaround to ensure CSS background-image is loaded before taking screenshot: https://github.com/LadybirdBrowser/ladybird/issues/3448 -->
|
||||
<img src="../data/smiley.png"/>
|
||||
|
||||
<div class="box" style="background: url('../data/smiley.png') fixed;">
|
||||
|
|
|
@ -21,4 +21,5 @@
|
|||
}
|
||||
</style>
|
||||
<div class="svg-rect"></div>
|
||||
<!-- FIXME: Workaround to ensure CSS background-image is loaded before taking screenshot: https://github.com/LadybirdBrowser/ladybird/issues/3448 -->
|
||||
<body><span></span><img src="../data/vertical-rect.svg">
|
||||
|
|
Loading…
Add table
Reference in a new issue