Files
ladybird/Tests/LibWeb/Ref/expected/css-mask-longhand-ref.html
Aliaksandr Kalenik 86bc379119 Tests: Move true ref tests from Screenshot/ to Ref/
Move them to Ref/ where they belong, before converting the remaining
Screenshot tests to direct PNG comparison.
2026-02-24 09:55:14 +01:00

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" />