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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-innerHTML-expected.txt

Issue 136693020: Add image loading spec related tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed expectation for origin header test Created 6 years, 10 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-innerHTML-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt b/LayoutTests/fast/dom/HTMLImageElement/image-innerHTML-expected.txt
similarity index 52%
copy from LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt
copy to LayoutTests/fast/dom/HTMLImageElement/image-innerHTML-expected.txt
index 2f1c18b9f67ce7742517b46965faff9dfabdf58d..c1f9ce58f2101b391e1750187f503567383e6c4f 100644
--- a/LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-innerHTML-expected.txt
@@ -1,12 +1,10 @@
-SVG 1.1 dynamic update tests
-
-Tests dynamic updates of the 'height' property of the SVGPatternElement object
+Tests that creating and setting the src of an image element inside an innerHTML actually loads the resource
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS patternElement.height.baseVal.value is 100
-PASS patternElement.height.baseVal.value is 50
+PASS attemptedLoadDirect is true
+PASS attemptedLoadIndirect is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698