repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
line-breaks-after-hyphen-before-number-expected.txt
blob
68304afa0e7d8ae891f1c09315f1b52030136cd9
1
Test 1:
2
$-1111111
3
Expected:
4
$-1111111
5
PASS
6
7
Test 2:
8
-2222.2222
9
Expected:
10
-2222.2222
11
PASS
12
13
Test 3:
14
-.33333333
15
Expected:
16
-.33333333
17
PASS
18
19
Test 4:
20
4444444-4444444
21
Expected:
22
4444444-
23
4444444
24
PASS
25
26
Test 5:
27
5555555-abcdefg
28
Expected:
29
5555555-
30
abcdefg
31
PASS
32
33
Test 6:
34
abcdefg-6666666
35
Expected:
36
abcdefg-
37
6666666
38
PASS
39
40
Summary: PASS