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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-invalid-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-invalid-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-picture-invalid-expected.txt b/LayoutTests/fast/dom/HTMLImageElement/image-picture-invalid-expected.txt
index 248c4bca4116fdf9bc1a1abdfb140197f46eb8d1..8832806aeb410dfd672dc173d8216e43a893c4c0 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-picture-invalid-expected.txt
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-invalid-expected.txt
@@ -2,15 +2,15 @@ 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("div_end_picture").clientWidth is 800
-PASS document.getElementById("div_end_picture").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("div_end_picture") is "image-set-2x.png?2"
PASS document.getElementById("div_multiple_end").clientWidth is 800
-PASS document.getElementById("div_multiple_end").currentSrc is "../../hidpi/resources/image-set-2x.png?2"
+PASS currentSrcFileName("div_multiple_end") is "image-set-2x.png?2"
PASS document.getElementById("source_in_div").clientWidth is 75
-PASS document.getElementById("source_in_div").currentSrc is "resources/blue_rect.jpg"
+PASS currentSrcFileName("source_in_div") is "blue_rect.jpg"
PASS document.getElementById("not_in_picture").clientWidth is 75
-PASS document.getElementById("not_in_picture").currentSrc is "resources/blue_rect.jpg"
+PASS currentSrcFileName("not_in_picture") is "blue_rect.jpg"

Powered by Google App Engine
This is Rietveld 408576698