1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/wordwrap-03.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 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 lipsmackinthirstquenchinacètastinmotivatingoodbuzzincóoltalkinhighwalkinfastliviñevergivincoolfizzin Firefox!</textarea> 1.17 + </body> 1.18 +</html>