Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / fontface-properties-expected.txt
blob506c6cc7a50d81dd78579542c8e686b2dbb5477c
1 Test getting/setting FontFace properties.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS ahemFace.family is "Ahem"
7 PASS ahemFace.style is "italic"
8 PASS ahemFace.weight is "300"
9 PASS ahemFace.unicodeRange is "U+0-3FF"
10 PASS ahemFace.variant is "small-caps"
11 PASS ahemFace.featureSettings is "'dlig' 1"
13 PASS defaultFace.family is "defaultFace"
14 PASS defaultFace.style is "normal"
15 PASS defaultFace.weight is "normal"
16 PASS defaultFace.stretch is "normal"
17 PASS defaultFace.unicodeRange is "U+0-10FFFF"
18 PASS defaultFace.variant is "normal"
19 PASS defaultFace.featureSettings is "normal"
21 PASS constructedFace.family is "constructedFace"
22 PASS constructedFace.style is "oblique"
23 PASS constructedFace.weight is "bold"
24 PASS constructedFace.unicodeRange is "U+100-1FF, U+ABCD"
25 PASS constructedFace.variant is "small-caps"
26 PASS constructedFace.featureSettings is "'liga' 0"
28 PASS modifiedFace.family is "modified"
29 PASS modifiedFace.style is "italic"
30 PASS modifiedFace.weight is "900"
31 PASS modifiedFace.unicodeRange is "U+0-3FF"
32 PASS modifiedFace.variant is "small-caps"
33 PASS modifiedFace.featureSettings is "'dlig' 1, 'liga' 0"
35 PASS face.style = '' threw exception SyntaxError: Failed to set the 'style' property on 'FontFace': Failed to set '' as a property value..
36 PASS face.weight = 'a' threw exception SyntaxError: Failed to set the 'weight' property on 'FontFace': Failed to set 'a' as a property value..
37 PASS face.unicodeRange = 'U+' threw exception SyntaxError: Failed to set the 'unicodeRange' property on 'FontFace': Failed to set 'U+' as a property value..
38 PASS face.variant = '???' threw exception SyntaxError: Failed to set the 'variant' property on 'FontFace': Failed to set '???' as a property value..
39 PASS face.featureSettings = null threw exception SyntaxError: Failed to set the 'featureSettings' property on 'FontFace': Failed to set 'null' as a property value..
40 PASS promise1 === promise2 is true
41 PASS promise1 === promise3 is true
42 PASS "A network error occurred." is "A network error occurred."
43 PASS successfullyParsed is true
45 TEST COMPLETE