Index: third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto-no-intrinsic-ratio.html |
diff --git a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto.html b/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto-no-intrinsic-ratio.html |
similarity index 89% |
rename from third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto.html |
rename to third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto-no-intrinsic-ratio.html |
index 641b24f5775122b160751e95033773c8fce037e3..d90534aa1f70e53a70a37ec0708ae35083af7c25 100644 |
--- a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto.html |
+++ b/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto-no-intrinsic-ratio.html |
@@ -1,5 +1,6 @@ |
<!DOCTYPE html> |
<title>SVG sizing: <object></title> |
+<meta name="timeout" content="long"> |
<script src="../../../resources/testharness.js"></script> |
<script src="../../../resources/testharnessreport.js"></script> |
<style> |
@@ -20,4 +21,4 @@ |
<div id="testContainer"></div> |
<script src="svg-in-object.js"></script> |
<!-- Test generated by buildtests.py --> |
-<script>testSVGInObjectWithPlaceholder(null, null);</script> |
+<script>testSVGInObjectWithPlaceholder(null, null, null);</script> |