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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/relayout-image-load.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/relayout-image-load.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/relayout-image-load.html b/third_party/WebKit/LayoutTests/css3/flexbox/relayout-image-load.html
index 06acb8b1aed6f929433dc25b22c78829042b2f04..1e31ed16e48375b6414e220d395eb1dcace6f58b 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/relayout-image-load.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/relayout-image-load.html
@@ -22,7 +22,7 @@ should see a green 100x100 image.</p>
function changeImage()
{
- document.getElementById("image").src = "../images/resources/green-100.png";
+ document.getElementById("image").src = "../../images/resources/green-100.png";
}
setTimeout(changeImage, 0);

Powered by Google App Engine
This is Rietveld 408576698