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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/transform-svg.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 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/fast/transforms/transform-svg.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/transform-svg.html b/third_party/WebKit/LayoutTests/fast/transforms/transform-svg.html
deleted file mode 100644
index 1265af6f639dcdb882abaa81c2d7da75a36bd45f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/transform-svg.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<style>
- body {
- padding: 0px;
- margin: 0px;
- }
-
- #svgRoot {
- padding: 0px;
- margin: 0px;
- transform: translate(50%, 50%);
- }
-</style>
-</head>
-
-<body>
- <!--This test verifies that transformed SVG elements are positioned properly.-->
- <svg id="svgRoot" width="400px" height="400px" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
- <circle id="circle" cx="100" cy="100" r="10"/>
- </svg>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698