mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02:00
This change will make it easier to disable screenshot comparison tests on a specific platform or have per-platform expectations. Additionally, it's nice to be able to tell if a ref-test uses a screenshot as an expectation by looking at the test path. (cherry picked from commit 715f0330070d9f8ecc88a8e66e4d8c85f795d622; amended to also move Tests/LibWeb/Screenshot/canvas-stroke-styles.html and support files)
11 lines
224 B
HTML
11 lines
224 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
background: white url("smiley.png") repeat;
|
|
}
|
|
</style>
|
|
<body>
|
|
<!-- HACK: Force the document to wait for the image to load -->
|
|
<img src="smiley.png" style="opacity: 0"/>
|
|
</body>
|