<!DOCTYPE HTML> | |
<head> | |
<link rel="stylesheet" href="resources/blending-style.css"> | |
</head> | |
<body> | |
<!-- This p is composited to get its own backing, so that the body element is left without content. --> | |
<p class="composited">This file tests that a blending composited element will blend with default white background, | |
even if the background has no content.<br/> The test passes only if you don't see a rectangle on the screen.</p> | |
<div class="box red screen composited"></div> | |
</body> |