mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
a602c5bb55
The reference results are copied over from the svg tests.
15 lines
291 B
HTML
15 lines
291 B
HTML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<html>
|
|
<link rel="stylesheet" href="blend-modes.css" type="text/css" />
|
|
|
|
<style>
|
|
.blend {
|
|
background-blend-mode: hue;
|
|
}
|
|
</style>
|
|
<div class="reftest blend"></div>
|
|
</html>
|