1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/942017-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,63 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<!-- 1.6 + Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/publicdomain/zero/1.0/ 1.8 +--> 1.9 +<html><head> 1.10 + <meta charset="utf-8"> 1.11 + <title>Bug 942017</title> 1.12 + 1.13 + <style type="text/css"> 1.14 +@font-face { 1.15 + font-family: DejaVuSansMono; 1.16 + src: url(../fonts/DejaVuSansMono.woff),url(DejaVuSansMono.woff); 1.17 +} 1.18 + 1.19 + html,body { 1.20 + color:black; background-color:white; font-size:24px; font-family:DejaVuSansMono; padding:20px; margin:0; 1.21 + } 1.22 + 1.23 + div { 1.24 + float: left; 1.25 + padding: 1em 2em; 1.26 + outline: 2px solid black; 1.27 + background: black; 1.28 + } 1.29 + 1.30 + div.a { line-height: 0.5em; } 1.31 + div.b { line-height: 2em; } 1.32 + div.i l { margin-left:2.84ch; } 1.33 + 1.34 + l { display:block; outline:1px solid green; width:1ch; direction:rtl; white-space:nowrap; } 1.35 + x { display:inline-block; width:2.84ch; height:1px; vertical-align:top; } 1.36 + </style> 1.37 +</head> 1.38 +<body> 1.39 + <div class="a"> 1.40 + <l>X<x></x></l> 1.41 + <l>X<x></x></l> 1.42 + </div> 1.43 + 1.44 +<br clear="all"> 1.45 + 1.46 + <div class="b"> 1.47 + <l>X<x></x></l> 1.48 + <l>X<x></x></l> 1.49 + </div> 1.50 + 1.51 +<br clear="all"> 1.52 + 1.53 + <div class="a i"> 1.54 + <l>X<x></x></l> 1.55 + <l>X<x></x></l> 1.56 + </div> 1.57 + 1.58 +<br clear="all"> 1.59 + 1.60 + <div class="b i"> 1.61 + <l>X<x></x></l> 1.62 + <l>X<x></x></l> 1.63 + </div> 1.64 + 1.65 +</body> 1.66 +</html>