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
/
css3-text
/
css3-text-justify
/
resources
/
text-justify.css
blob
0bcd151fd27890c48956033d033f7f0e55800779
1
.testDiv
{
2
width
:
300px
;
3
border
:
1px
solid
#000000
;
4
font-family
:
"Courier New"
,
Courier
,
monospace
;
5
font-size
:
12px
;
6
}
7
8
.alignStart
{
9
text-align
:
start
;
10
}
11
12
.alignJustify
{
13
text-align
:
justify
;
14
}
15
16
.alignLastStart
{
17
text-align-last
:
start
;
18
}
19
20
.justifyAuto
{
21
text-justify
:
auto
;
22
}
23
.justifyNone
{
24
text-justify
:
none
;
25
}
26
.justifyInterWord
{
27
text-justify
:
inter-word
;
28
}
29
.justifyDistribute
{
30
text-justify
:
distribute
;
31
}
32