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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexitem-stretch-image.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/flexitem-stretch-image.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-stretch-image.html b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-stretch-image.html
index 251cdad2206061d12093514bcb7f73be0b9a1d18..5afd10bb9c8fc7c13f21a8319f6611073d8d9b92 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-stretch-image.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem-stretch-image.html
@@ -22,8 +22,8 @@
<div id=log></div>
<div class="flexbox">
- <img data-expected-display="block" data-expected-width="345" style="flex: 1 0 auto;" src="../images/resources/blue-100.png">
- <img data-expected-display="block" data-expected-width="255" data-expected-height="100" style="flex: 1 0 auto;" src="../images/resources/green-10.png">
+ <img data-expected-display="block" data-expected-width="345" style="flex: 1 0 auto;" src="../../images/resources/blue-100.png">
+ <img data-expected-display="block" data-expected-width="255" data-expected-height="100" style="flex: 1 0 auto;" src="../../images/resources/green-10.png">
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698