Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / line-breaks-after-hyphen-before-number-expected.txt
blob68304afa0e7d8ae891f1c09315f1b52030136cd9
1 Test 1:
2 $-1111111
3 Expected:
4 $-1111111
5 PASS
7 Test 2:
8 -2222.2222
9 Expected:
10 -2222.2222
11 PASS
13 Test 3:
14 -.33333333
15 Expected:
16 -.33333333
17 PASS
19 Test 4:
20 4444444-4444444
21 Expected:
22 4444444-
23 4444444
24 PASS
26 Test 5:
27 5555555-abcdefg
28 Expected:
29 5555555-
30 abcdefg
31 PASS
33 Test 6:
34 abcdefg-6666666
35 Expected:
36 abcdefg-
37 6666666
38 PASS
40 Summary: PASS