Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / line-break / resources / line-break.css
blob19e98b51e659cf7cadb45344112689a54f52589f
1 div > div {
2 font-family: 'Lucida Grande';
3 font-size: 12px;
4 width: 4.1em;
5 float: left;
7 div > p {
8 border: solid blue 1px;
10 br.clear {
11 clear: left;