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