Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: LayoutTests/svg/animations/multiple-begin-animation-events.html

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698