Index: LayoutTests/fast/canvas/alpha.html |
diff --git a/LayoutTests/fast/canvas/alpha.html b/LayoutTests/fast/canvas/alpha.html |
index 3bfa8b5d963083200d692facf4e8ef23add16f97..2877d2ed27844bfd667021a195d6cc33dd752475 100644 |
--- a/LayoutTests/fast/canvas/alpha.html |
+++ b/LayoutTests/fast/canvas/alpha.html |
@@ -2,6 +2,15 @@ |
<html> |
<head> |
<script src="../../resources/js-test.js"></script> |
+<style> |
+ |
+ #canvas3 { |
+ width : 100px; |
+ height : 100px; |
+ border : 1px solid green; |
+ } |
+ |
+</style> |
</head> |
<body> |
<canvas id="canvas1" width="8" height="8"></canvas> |