Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-descending-unicode-range-expected.txt
blob736dd91ce87afc7125bdc0cc5c036ffd08767405
1 Interval unicode-ranges that descend are invalid and omitted. Without any valid ranges, the descriptor is omitted. As a result, the @font-face rule in this file is applied to all characters. This test passes if the following i's and X's are shown in Courier and they have the same length on screen. As of r62096, opening this file causes a crash instead.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 iiiiiiiiii
6 XXXXXXXXXX
7 PASS document.getElementById('i_s').offsetWidth is document.getElementById('x_s').offsetWidth
8 PASS successfullyParsed is true
10 TEST COMPLETE