mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
Move them to Ref/ where they belong, before converting the remaining Screenshot tests to direct PNG comparison.
15 lines
412 B
HTML
15 lines
412 B
HTML
<!DOCTYPE html>
|
|
<div class="masked"></div>
|
|
|
|
<style>
|
|
.masked {
|
|
display: block;
|
|
width: 200px;
|
|
height: 200px;
|
|
mask-image: url("../data/smiley.png");
|
|
background-color: blue;
|
|
}
|
|
</style>
|
|
<!-- FIXME: Workaround to ensure CSS background-image is loaded before taking screenshot: https://github.com/LadybirdBrowser/ladybird/issues/3448 -->
|
|
<img src="../data/smiley.png" />
|