Index: LayoutTests/svg/animations/multiple-begin-animation-events.html |
diff --git a/LayoutTests/svg/animations/multiple-begin-animation-events.html b/LayoutTests/svg/animations/multiple-begin-animation-events.html |
index 72df069c4dbcc769276b281955b5cc063f1207fd..4ae2b263b386acf14311e965f08de1f45c250685 100644 |
--- a/LayoutTests/svg/animations/multiple-begin-animation-events.html |
+++ b/LayoutTests/svg/animations/multiple-begin-animation-events.html |
@@ -35,7 +35,7 @@ window.onload = function() { |
timer = window.setTimeout(fail, 2000); |
} |
</script> |
-<svg id="svg" xmlns="http://www.w3.org/2000/svg" height="200"> |
+<svg id="svg" xmlns="http://www.w3.org/2000/svg" width="100%" height="200"> |
<rect width="10" height="10" fill="green"> |
<animate id="a1" onbegin="logBegin()" onend="logEnd()" attributeName="x" begin="0s; 0.5s" dur="0.5s" from="0" to="100"/> |
</rect> |