blob: 96dd6e3642c621ca7498e9bf034828b6e232c217 [file] [log] [blame]
<!doctype html>
<html>
<head>
<!--
Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=59274">https://bugs.webkit.org/show_bug.cgi?id=59274</a>
The test passes if you see a green rectangle below.
-->
<style type="text/css" media="screen">
div {
width:100px;
height:100px;
display:block;
background-repeat:no-repeat;
background-image:none, url(../../http/tests/multipart/resources/green-100x100.png);
background-position:0px 0px, 0px 0px;
}
div:first-child {
background-color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
</script>
</head>
<body>
<div></div>
</body>
</html>