layout/reftests/text/wordwrap-03-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/wordwrap-03-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- tests that words don't break in mid-cluster -->
     1.6 +<html>
     1.7 + <head>
     1.8 +  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     1.9 +  <style type="text/css">
    1.10 +@font-face { font-family: dvm; src: url(../fonts/DejaVuSansMono.woff); }
    1.11 +textarea { font-family: dvm, monospace; font-size: 12px; overflow: scroll; }
    1.12 +  </style>
    1.13 +  <title>Test Wordwrap</title>
    1.14 + </head>
    1.15 + <body>
    1.16 +  <textarea rows="10" cols="27">It's
    1.17 +lipsmackinthirstquenchinace&#x300;
    1.18 +tastinmotivatingoodbuzzinco&#x301;
    1.19 +oltalkinhighwalkinfastlivin&#x303;
    1.20 +evergivincoolfizzin
    1.21 +Firefox!</textarea>
    1.22 + </body>
    1.23 +</html>

mercurial