Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-decoration-propagate.html
blob5e5728eb5022e9abeccac6eb373d272b0a3e6b03
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <!-- overline color of "inside" should be blue -->
5 <div style="color: green; text-decoration: line-through; font-family: Ahem; line-height: 1.2em">
6 line-through only
7 <div style="color: red; text-decoration: overline;">
8 outside
9 <div style="color: blue; text-decoration: overline;">
10 inside
11 </div>
12 </div>
13 </div>
14 </body>
15 </html>