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

Unified Diff: LayoutTests/svg/custom/keySplines-parsing-error.html

Issue 539383002: Handle semicolons at end of keySplines value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix nits Created 6 years, 3 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/custom/keySplines-parsing-error.html
diff --git a/LayoutTests/editing/execCommand/enabling-and-selection-2.html b/LayoutTests/svg/custom/keySplines-parsing-error.html
similarity index 75%
copy from LayoutTests/editing/execCommand/enabling-and-selection-2.html
copy to LayoutTests/svg/custom/keySplines-parsing-error.html
index ebacd2a33c5bedb8a0ebb0bfe04a4bd072eb530c..297f3bb81ca0462448fd0c35f0ba56238a91a67c 100644
--- a/LayoutTests/editing/execCommand/enabling-and-selection-2.html
+++ b/LayoutTests/svg/custom/keySplines-parsing-error.html
@@ -6,6 +6,6 @@
<body>
<p id="description"></p>
<div id="console"></div>
-<script src="script-tests/enabling-and-selection-2.js"></script>
+<script src="script-tests/keySplines-parsing-error.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698