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

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

Issue 430583002: Add SVG as a picture supported mime type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed approach Created 6 years, 4 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 5b675130815c6d66f80bd0ab4f16f7c833e87ebf..028aff80932eeb963a3672d089c11a03d2264088 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt
@@ -13,10 +13,12 @@ PASS document.getElementById("img_before_source").clientWidth is 75
PASS currentSrcFileName("img_before_source") is "blue_rect.jpg?1"
PASS document.getElementById("unknown_type").clientWidth is 1600
PASS currentSrcFileName("unknown_type") is "image-set-4x.png?3"
+PASS document.getElementById("svg_type").clientWidth is 800
+PASS currentSrcFileName("svg_type") is "image-set-2x.png?2"
PASS document.getElementById("empty_srcset").clientWidth is 1600
PASS currentSrcFileName("empty_srcset") is "image-set-4x.png?3"
PASS document.getElementById("no_srcset").clientWidth is 1600
PASS currentSrcFileName("no_srcset") is "image-set-4x.png?3"
some text
-
+

Powered by Google App Engine
This is Rietveld 408576698