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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.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/percent-height-children-of-alignSelf-stretch-flex-item.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.html b/third_party/WebKit/LayoutTests/css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.html
index d5683706fe4bfffabe4bf9f51e5d61a1131a2fd7..dc25a5c7176c62896ae5fe6770ecc92c92418524 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.html
@@ -45,7 +45,7 @@ function changeHeight()
</div>
</div>
<div class="flexbox horizontal">
- <img data-expected-height="25" style="max-height: 50%" src="../images/resources/green-10.png" />
+ <img data-expected-height="25" style="max-height: 50%" src="../../images/resources/green-10.png" />
</div>
<div class="flexbox horizontal">
<div data-expected-height="25" class="flex-one" style="max-height:50%">
@@ -68,7 +68,7 @@ function changeHeight()
</div>
</div>
<div class="flexbox vertical">
- <img data-expected-width="25" style="max-width: 50%" src="../images/resources/green-10.png" />
+ <img data-expected-width="25" style="max-width: 50%" src="../../images/resources/green-10.png" />
</div>
<div class="flexbox vertical">
<div data-expected-width="25" class="flex-one" style="max-width: 50%">

Powered by Google App Engine
This is Rietveld 408576698