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

Unified Diff: third_party/WebKit/LayoutTests/images/embed-does-not-propagate-dimensions-to-object-ancestor.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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/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>

Powered by Google App Engine
This is Rietveld 408576698