mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +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)
10 lines
142 B
HTML
10 lines
142 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<img src="../images/canvas-text-ref.png">
|