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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt

Issue 290803002: Return an absolute URL for HTMLImageElement.currentSrc (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test that currentSrc is absolute Created 6 years, 7 months 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: LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
index 378e6e9548c6de3184483c85ac91792471b754bc..b00ff75f1482eb7604e77eadf08d87bf8c863b9b 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
@@ -2,5 +2,5 @@ main frame - img requested 'image-set-4x.png'
PASS successfullyParsed is true
TEST COMPLETE
-PASS document.getElementById("foo").currentSrc is "resources/image-set-4x.png"
+PASS currentSrcFileName("foo") is "image-set-4x.png"

Powered by Google App Engine
This is Rietveld 408576698