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-closing-punctuations-expected.txt
blob
015178ac1bf974a7f0d3bebe79f29e07a9d68185
1
These are good:
2
(111111)
3
(222222)
4
5
[111111]
6
[222222]
7
8
The following two should look like “good”:
9
(111111)(222222)
10
11
[111111][222222]
12
13
These are bad:
14
(111111)(222222)
15
16
[111111][222222]
17
18
PASS