Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLImageElement / image-lowsrc-getset-expected.txt
blob254b7c73f681fba46a1403e7cc47107b659fca9e
1 This test checks that the lowsrc attribute of img tags are accessible via JavaScript.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS image.lowsrc is 'http://hostname/lowsrc.png'
7 PASS image.lowsrc is 'http://hostname/newlowsrc.png'
8 PASS successfullyParsed is true
10 TEST COMPLETE