Index: third_party/WebKit/LayoutTests/images/embed-does-not-propagate-dimensions-to-object-ancestor.html |
diff --git a/third_party/WebKit/LayoutTests/fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html b/third_party/WebKit/LayoutTests/images/embed-does-not-propagate-dimensions-to-object-ancestor.html |
similarity index 91% |
rename from third_party/WebKit/LayoutTests/fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html |
rename to third_party/WebKit/LayoutTests/images/embed-does-not-propagate-dimensions-to-object-ancestor.html |
index ed30f634ea57a48824da80a28707152982098f2f..63e467a520f5cfe8c1b88a6458329be01da4fb21 100644 |
--- a/third_party/WebKit/LayoutTests/fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html |
+++ b/third_party/WebKit/LayoutTests/images/embed-does-not-propagate-dimensions-to-object-ancestor.html |
@@ -24,9 +24,9 @@ |
<body onload="test();"> |
<object id="first" data="resources/mu.png" style="height: 100px; width:100px;"><embed height="300" width="300"></object> |
<br> |
- <object id="second" data="resources/mu.png" style="" width="100" height="100"><embed height="300" width="300" type="application/x-shockwave-flash" src="../../plugins/resources/simple_blank.swf"></object> |
+ <object id="second" data="resources/mu.png" style="" width="100" height="100"><embed height="300" width="300" type="application/x-shockwave-flash" src="../plugins/resources/simple_blank.swf"></object> |
<br> |
- <object id="third" style="" width="100" height="100"><embed height="300" width="300" type="application/x-shockwave-flash" src="../../plugins/resources/simple_blank.swf"></object> |
+ <object id="third" style="" width="100" height="100"><embed height="300" width="300" type="application/x-shockwave-flash" src="../plugins/resources/simple_blank.swf"></object> |
<div id="console">FAILURE</div> |
</body></html> |