Files
servo/tests/wpt/css-tests/css21_dev/html4/white-space-pre-001.htm

29 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Test: white-space pre: simple tests</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-29 -->
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/001.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model">
<link rel="match" href="reference/white-space-pre-001-ref.htm">
<meta name="flags" content="ahem">
<style type="text/css">
pre { white-space: pre; font: 1.25em/1 Ahem; background: green; color: lime; }
</style>
</head>
<body>
<p>Test passes if the word PASS is drawn and if there is <strong>no red</strong>.</p>
<table><tr><td>
<pre>
xxxx xxxx xxxx xxxx
x x x x x x
xxxx xxxx xxxx xxxx
x x x x x
x x x xxxx xxxx
</pre>
</td></tr></table>
</body>
</html>