mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
29 lines
1.1 KiB
HTML
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/002.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-002-ref.htm">
|
|
|
|
<meta name="flags" content="ahem">
|
|
|
|
<style type="text/css">
|
|
div { 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>
|
|
<div>
|
|
xxxx xxxx xxxx xxxx
|
|
x x x x x x
|
|
xxxx xxxx xxxx xxxx
|
|
x x x x x
|
|
x x x xxxx xxxx
|
|
</div>
|
|
</td></tr></table>
|
|
</body>
|
|
</html> |