Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLImageElement / image-picture-in-template-expected.txt
blobbb04a09d95ae127b20c810b10a3a8ec5baf75d30
1 PASS document.getElementById("canary").clientWidth is 75
2 PASS currentSrcFileName("canary") is "blue_rect.jpg?0"
3 PASS document.querySelector("#clone img").currentSrc.indexOf("image-set-2x") is not -1
4 PASS document.querySelector("#clone img").currentSrc.indexOf("blue_rect") is -1
5 PASS document.querySelector("#import img").currentSrc.indexOf("image-set-2x") is not -1
6 PASS document.querySelector("#import img").currentSrc.indexOf("blue_rect") is -1
7 PASS successfullyParsed is true
9 TEST COMPLETE