Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / url-with-multi-byte-unicode-escape-expected.txt
blobca7318c2c9a88f0f3574ada4b55b3d03f542bdae
1 Test parsing a CSS URI containing a multi-byte Unicode escape sequence.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.styleSheets[0].cssRules.length is 2
7 PASS document.styleSheets[0].cssRules[0].style.getPropertyValue("background-image") is "url(data:Ā)"
8 PASS document.styleSheets[0].cssRules[1].style.getPropertyValue("background-color") is "green"
9 PASS window.getComputedStyle(document.getElementById("test")).getPropertyValue("background-color") is "rgb(0, 128, 0)"
10 PASS successfullyParsed is true
12 TEST COMPLETE