Index: third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-auto.html |
diff --git a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-auto.html b/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-auto.html |
deleted file mode 100644 |
index c045af2405f4e1479b0d19a17244e50d58ddab60..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-auto.html |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <title>SVG sizing: <object></title> |
- <script src="../../../resources/testharness.js"></script> |
- <script src="../../../resources/testharnessreport.js"></script> |
- <style> |
- #testContainer { |
- position: absolute; |
- left: 0; |
- top: 0; |
- width: 800px; |
- height: 600px; |
- } |
- </style> |
- <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-width"> |
- <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-height"> |
- <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#replaced-elements"> |
- <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#attr-dim-width"> |
- <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace"> |
- </head> |
- <body> |
- <div id="log"></div> |
- <div id="testContainer"></div> |
- <script src="svg-in-object.js"></script> |
- <script>testSVGInObjectWithPlaceholderHeightAttr(null)</script> |
- </body> |
-</html> |