Bug 230555. Fix tests so they're more robust and actually work on Windows.

This commit is contained in:
Robert O'Callahan 2008-08-15 22:14:12 +12:00
Родитель da607e7ddf
Коммит 96f00a6cdf
4 изменённых файлов: 10 добавлений и 11 удалений

Просмотреть файл

@ -5,7 +5,8 @@
<p>I am the very model of a modern major-general.
<p style="width:100em;">I am the very model of a modern major-general.
<p style="width:100em;">I &nbsp;am the<br>very model of a modern major-general.
<p style="text-align:left;">I &nbsp;am the<br>very model of a modern major-general.
<p style="text-align:left;">I&nbsp;<wbr>&nbsp;<wbr>am&nbsp;<wbr>the<br
>very&nbsp;<wbr>model&nbsp;<wbr>of&nbsp;<wbr>a&nbsp;<wbr>modern&nbsp;<wbr>major-general.
<p>I am the<br>very model of a modern major-general.
</body>

Просмотреть файл

@ -1,8 +1,6 @@
<!DOCTYPE HTML>
<html>
<body>
<div><span style="font-size:200%; white-space:pre">
</span>
Hello</div>
<body style="white-space:pre-line; color:black;">
Hello
</body>
</html>

Просмотреть файл

@ -2,11 +2,11 @@
<html>
<head>
<style>
div::first-letter { font-size:200%; }
body::first-letter { color:white; }
</style>
</head>
<body style="white-space:pre-line;">
<div>
Hello</div>
<!-- Check that a pre-line newline stops first-letter processing -->
<body style="white-space:pre-line; color:black;">
Hello
</body>
</html>

Просмотреть файл

@ -1,10 +1,10 @@
# == justification-1.html justification-1-ref.html
== justification-1.html justification-1-ref.html
== justification-2a.html justification-2-ref.html
== justification-2b.html justification-2-ref.html
== long-1.html long-ref.html
== pre-line-1.html pre-line-1-ref.html
== pre-line-2.html pre-line-2-ref.html
# == pre-line-3.html pre-line-3-ref.html
== pre-line-3.html pre-line-3-ref.html
== soft-hyphens-1a.html soft-hyphens-1-ref.html
== soft-hyphens-1b.html soft-hyphens-1-ref.html
== soft-hyphens-1c.html soft-hyphens-1-ref.html