summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/compositing/mix-blend-mode/reference/mix-blend-mode-iframe-parent-ref.html
blob: f1c8e9d105247c6ea71d500b3ef13acf6cae577d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
    <head>
        <title>CSS Test: an iframe element with mix-blend-mode should blend with its parent element.</title>
        <link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
    </head>
    <body>
        <p>Test passes if you can see a green rectangle. <br>
        If blending is not performed, the canvas is displayed with red. </p>

        <div style="width: 100px; height: 100px; background: #0F0;"></div>
    </body>
</html>