mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
This test has flaked over the years, so let's add a screenshot test to catch future regressions. This copy of the test was taken from: https://www.webstandards.org/files/acid2/test.html#top Our CI infra does not support navigating to the "#top" anchor out of the gate. So the intro section was removed from this copy so that we render the happy face immediately.
10 lines
148 B
HTML
10 lines
148 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<img src="../images/acid2.png">
|