Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css3-text / css3-text-justify / resources / text-justify.css
blob0bcd151fd27890c48956033d033f7f0e55800779
1 .testDiv {
2 width: 300px;
3 border: 1px solid #000000;
4 font-family: "Courier New", Courier, monospace;
5 font-size: 12px;
8 .alignStart {
9 text-align: start;
12 .alignJustify {
13 text-align: justify;
16 .alignLastStart {
17 text-align-last: start;
20 .justifyAuto {
21 text-justify: auto;
23 .justifyNone {
24 text-justify: none;
26 .justifyInterWord {
27 text-justify: inter-word;
29 .justifyDistribute {
30 text-justify: distribute;