layout/generic/test/file_bug449653_1_ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/test/file_bug449653_1_ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<html><head>
     1.5 +<title>Bug 449653 - drawWindow on canvas fails on load, draws white instead of specified region</title>
     1.6 +<style>
     1.7 +html, body {
     1.8 +margin: 0px;
     1.9 +padding: 0px;
    1.10 +}
    1.11 +</style>
    1.12 +</head><body>
    1.13 +<div style="width: 100px; height: 100px; background-color: lime;"></div>
    1.14 +<br>
    1.15 +<div style="width: 100px; height: 100px; background-color: lime;"></div>
    1.16 +</body></html>

mercurial