layout/reftests/text-overflow/line-clipping-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-overflow/line-clipping-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<!--
     1.6 +    Any copyright is dedicated to the Public Domain.
     1.7 +    http://creativecommons.org/licenses/publicdomain/
     1.8 +-->
     1.9 +<html>
    1.10 +<head>
    1.11 +<title>Reference for bug 886313</title>
    1.12 +<style type="text/css">
    1.13 +@font-face {
    1.14 +  font-family: DejaVuSansMono;
    1.15 +  src: url(../fonts/DejaVuSansMono.woff),url(DejaVuSansMono.woff);
    1.16 +}
    1.17 +.test {
    1.18 +  font: 16px DejaVuSansMono;
    1.19 +  overflow: hidden;
    1.20 +  width:55px;
    1.21 +  border: 1px solid black;
    1.22 +  margin-bottom: 2px;
    1.23 +}
    1.24 +</style>
    1.25 +</head>
    1.26 +<body>
    1.27 +  <div class="test">well, hello world</div>
    1.28 +  <div class="test">well, hello worl&#x2026;</div>
    1.29 +  <div class="test">well, hell&#x2026; world</div>
    1.30 +</body>
    1.31 +</html>

mercurial