Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / pseudo-first-line-border-width.html
blobbda1b1d6ff11a752bd7b11dc960a18c78a24d17d
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <style>
6 body {
7 font-family: Ahem;
9 p {
10 font-size: 100px;
12 p:first-line {
13 font-size: 10px;
15 span {
16 border-left: solid 1em green;
18 </style>
19 </head>
20 <body>
21 <div>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=79526">https://bugs.webkit.org/show_bug.cgi?id=79526</a></div>
22 <p>A green 10px border on the left of <span>this,<br>
23 is a pass.</span></p>
24 </body>
25 </html>