1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/291262-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1.5 +<html> 1.6 +<head> 1.7 +<title>Styling the CANVAS element</title> 1.8 +<style type="text/css"> 1.9 + canvas{ 1.10 + position: absolute; 1.11 + top:37px; left:4em; 1.12 + background:lime; 1.13 + border:.5em solid black; 1.14 + height:1em; 1.15 + width:1em; 1.16 + display:block; 1.17 +} 1.18 +</style> 1.19 +</head> 1.20 +<body> 1.21 + <canvas></canvas> 1.22 +</body> 1.23 +</html>