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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-nested-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-nested-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-picture-nested-expected.txt b/LayoutTests/fast/dom/HTMLImageElement/image-picture-nested-expected.txt
index 977c27601fd165f875303ab56be010e16d0b4e5a..2f6d415cdc3b15956609de11efe56b9537cf4819 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-picture-nested-expected.txt
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-nested-expected.txt
@@ -2,23 +2,23 @@ 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("picture_in_picture").clientWidth is 800
-PASS document.getElementById("picture_in_picture").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("picture_in_picture") is "image-set-2x.png?2"
PASS document.getElementById("picture_in_div_in_picture").clientWidth is 800
-PASS document.getElementById("picture_in_div_in_picture").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("picture_in_div_in_picture") is "image-set-2x.png?2"
PASS document.getElementById("picture_in_div_with_source_above").clientWidth is 800
-PASS document.getElementById("picture_in_div_with_source_above").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("picture_in_div_with_source_above") is "image-set-2x.png?2"
PASS document.getElementById("picture_in_the_way").clientWidth is 800
-PASS document.getElementById("picture_in_the_way").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("picture_in_the_way") is "image-set-2x.png?2"
PASS document.getElementById("picture_in_picture_1").clientWidth is 800
-PASS document.getElementById("picture_in_picture_1").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("picture_in_picture_1") is "image-set-2x.png?2"
PASS document.getElementById("picture_in_picture_2").clientWidth is 800
-PASS document.getElementById("picture_in_picture_2").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("picture_in_picture_2") is "image-set-2x.png?2"
PASS document.getElementById("picture_at_end").clientWidth is 75
-PASS document.getElementById("picture_at_end").currentSrc is "resources/blue_rect.jpg?52"
+PASS currentSrcFileName("picture_at_end") is "blue_rect.jpg?52"
PASS document.getElementById("picture_no_source").clientWidth is 75
-PASS document.getElementById("picture_no_source").currentSrc is "resources/blue_rect.jpg?6"
+PASS currentSrcFileName("picture_no_source") is "blue_rect.jpg?6"

Powered by Google App Engine
This is Rietveld 408576698