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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt

Issue 290803002: Return an absolute URL for HTMLImageElement.currentSrc (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and review nits 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-picture-1x-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt b/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt
index dae611288f04726372160e9e985d87212867159b..5b675130815c6d66f80bd0ab4f16f7c833e87ebf 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt
@@ -2,21 +2,21 @@ PASS successfullyParsed is true
TEST COMPLETE
PASS document.getElementById("canary").clientWidth is 75
-PASS document.getElementById("canary").currentSrc is "resources/blue_rect.jpg?0"
+PASS currentSrcFileName("canary") is "blue_rect.jpg?0"
PASS document.getElementById("simple").clientWidth is 800
-PASS document.getElementById("simple").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("simple") is "image-set-2x.png?2"
PASS document.getElementById("multiple").clientWidth is 800
-PASS document.getElementById("multiple").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("multiple") is "image-set-2x.png?2"
PASS document.getElementById("other_children").clientWidth is 800
-PASS document.getElementById("other_children").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("other_children") is "image-set-2x.png?2"
PASS document.getElementById("img_before_source").clientWidth is 75
-PASS document.getElementById("img_before_source").currentSrc is "resources/blue_rect.jpg?1"
+PASS currentSrcFileName("img_before_source") is "blue_rect.jpg?1"
PASS document.getElementById("unknown_type").clientWidth is 1600
-PASS document.getElementById("unknown_type").currentSrc is "resources/image-set-4x.png?3"
+PASS currentSrcFileName("unknown_type") is "image-set-4x.png?3"
PASS document.getElementById("empty_srcset").clientWidth is 1600
-PASS document.getElementById("empty_srcset").currentSrc is "resources/image-set-4x.png?3"
+PASS currentSrcFileName("empty_srcset") is "image-set-4x.png?3"
PASS document.getElementById("no_srcset").clientWidth is 1600
-PASS document.getElementById("no_srcset").currentSrc is "resources/image-set-4x.png?3"
+PASS currentSrcFileName("no_srcset") is "image-set-4x.png?3"
some text

Powered by Google App Engine
This is Rietveld 408576698