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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGLength-viewport-units.html

Issue 1544543003: Adding support of viewport units to SVG (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: third_party/WebKit/LayoutTests/svg/dom/SVGLength-viewport-units.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing-invalid.html b/third_party/WebKit/LayoutTests/svg/dom/SVGLength-viewport-units.html
similarity index 58%
copy from third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing-invalid.html
copy to third_party/WebKit/LayoutTests/svg/dom/SVGLength-viewport-units.html
index 7b066fb34e6eb47f81728237caeac422f4572d21..5fd031239b958f52fd27a2be3b3182639bb6eb53 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing-invalid.html
+++ b/third_party/WebKit/LayoutTests/svg/dom/SVGLength-viewport-units.html
@@ -2,10 +2,11 @@
<html>
<head>
<script src="../../resources/js-test.js"></script>
+<script src="../animations/resources/SVGAnimationTestCase.js"></script>
</head>
-<body>
+<body >
<p id="description"></p>
<div id="console"></div>
-<script src="script-tests/filter-property-parsing-invalid.js"></script>
+<script src="script-tests/SVGLength-viewport-units.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698