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

Side by Side 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 unified diff | Download patch
OLDNEW
1 SVG 1.1 dynamic update tests 1 Tests that creating and setting the src of an image element inside an innerHTML actually loads the resource
2 2
3 Tests dynamic updates of the 'height' property of the SVGPatternElement object
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 4
7 5
8 PASS patternElement.height.baseVal.value is 100 6 PASS attemptedLoadDirect is true
9 PASS patternElement.height.baseVal.value is 50 7 PASS attemptedLoadIndirect is true
10 PASS successfullyParsed is true 8 PASS successfullyParsed is true
11 9
12 TEST COMPLETE 10 TEST COMPLETE
13 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698