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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/percentage-height-replaced-element.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/css3/flexbox/percentage-height-replaced-element.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/percentage-height-replaced-element.html b/third_party/WebKit/LayoutTests/css3/flexbox/percentage-height-replaced-element.html
index b7395ab4d1e877827d15c50d13cdbecbb222ce72..0a182ee0db0cd3a6ed0320cd5d47aa8faa0b2a5a 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/percentage-height-replaced-element.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/percentage-height-replaced-element.html
@@ -13,19 +13,19 @@
<div class="flexbox" style="width: 100px; height: 150px; outline: 5px solid black;">
<div style="background: red;">
- <img style="height: 100%; width: 100%;" src="../images/resources/green-100.png" data-expected-height="150">
+ <img style="height: 100%; width: 100%;" src="../../images/resources/green-100.png" data-expected-height="150">
</div>
</div>
<div class="flexbox column" style="width: 100px; height: 150px; outline: 5px solid black;">
<div class="flex-one" style="background: red;">
- <img style="height: 100%; width: 100%;" src="../images/resources/green-100.png" data-expected-height="150">
+ <img style="height: 100%; width: 100%;" src="../../images/resources/green-100.png" data-expected-height="150">
</div>
</div>
<div class="flexbox" style="width: 100px; height: 150px; outline: 5px solid black;">
<div style="background: red;">
- <object style="height: 100%; width: 100%;" data="../images/resources/green-100.png" data-expected-height="150"></object>
+ <object style="height: 100%; width: 100%;" data="../../images/resources/green-100.png" data-expected-height="150"></object>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698