layout/reftests/bugs/375827-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/375827-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +<html><head>
     1.5 +<title>Bug 375827 - Text gets split when it should stay on one line in this case</title>
     1.6 +</head>
     1.7 +<body>
     1.8 +
     1.9 +<table style="font-size: 14px; border: 1px solid black; width: 1px;"><tbody><tr><td>
    1.10 +text text<script>document.body.offsetHeight;</script>text
    1.11 +</td></tr></tbody></table>
    1.12 +</body></html>
    1.13 \ No newline at end of file

mercurial