gecko/layout/generic/test/file_bug449653_1_ref.html
Martijn Wargers 776578873a Bug 918258 - Convert reftests 448987.html and 449653-1.html to mochitests. r=dholbert
--HG--
rename : layout/reftests/bugs/448987.html => layout/generic/test/file_bug448987.html
rename : layout/reftests/bugs/448987-ref.html => layout/generic/test/file_bug448987_ref.html
rename : layout/reftests/bugs/449653-1.html => layout/generic/test/file_bug449653_1.html
rename : layout/reftests/bugs/449653-1-ref.html => layout/generic/test/file_bug449653_1_ref.html
2013-09-24 15:01:00 +02:00

14 lines
369 B
HTML

<html><head>
<title>Bug 449653 - drawWindow on canvas fails on load, draws white instead of specified region</title>
<style>
html, body {
margin: 0px;
padding: 0px;
}
</style>
</head><body>
<div style="width: 100px; height: 100px; background-color: lime;"></div>
<br>
<div style="width: 100px; height: 100px; background-color: lime;"></div>
</body></html>