Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / fontface-constructor-error-expected.txt
1 Test FontFace constructor with invalid parameters
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS faceWithWrongSrc.status is "error"
7 PASS rejectionValue.name is "SyntaxError"
8 PASS faceWithWrongDescriptors.status is "error"
9 PASS faceWithWrongDescriptors.style is "normal"
10 PASS faceWithWrongDescriptors.weight is "normal"
11 PASS faceWithWrongDescriptors.unicodeRange is "U+0-10FFFF"
12 PASS faceWithWrongDescriptors.variant is "normal"
13 PASS faceWithWrongDescriptors.featureSettings is "normal"
14 PASS rejectionValue.name is "SyntaxError"
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18