1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-decoration/text-decoration-zorder-1-quirks.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,44 @@ 1.4 +<html lang="en-US"> 1.5 +<head> 1.6 + <title></title> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.8 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.9 + <style type="text/css"> 1.10 + 1.11 + body { background: white; } 1.12 + 1.13 + p.serif { font-family: serif; left: 20px; } 1.14 + p.sans { font-family: sans-serif; left: 220px; } 1.15 + 1.16 + p { 1.17 + margin: 0; 1.18 + position: absolute; 1.19 + font-weight: bold; 1.20 + font-size: 50px; 1.21 + color: fuchsia; 1.22 + } 1.23 + 1.24 + span { color: blue; } 1.25 + 1.26 + p.under { text-decoration: underline; top: 25px; } 1.27 + p.over { text-decoration: overline; top: 125px; } 1.28 + p.through { text-decoration: line-through; top: 225px; } 1.29 + 1.30 + </style> 1.31 +</head> 1.32 +<body> 1.33 + 1.34 +<p class="serif under"><span>Áp|/</span></p> 1.35 + 1.36 +<p class="serif over"><span>Áp|/</span></p> 1.37 + 1.38 +<p class="serif through"><span>Áp|/</span></p> 1.39 + 1.40 +<p class="sans under"><span>Áp|/</span></p> 1.41 + 1.42 +<p class="sans over"><span>Áp|/</span></p> 1.43 + 1.44 +<p class="sans through"><span>Áp|/</span></p> 1.45 + 1.46 +</body> 1.47 +</html>