Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-decoration-propagate-expected.html
blob19d6a3a76691c057ec263d92003bd7ea8dcf6e35
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>
8 <span style="color: red; text-decoration: overline;">outside</span>
9 <div style="color: blue; text-decoration: overline;">
10 inside
11 </div>
12 </div>
13 </div>
14 </body>
15 </html>