gecko/layout/reftests/line-breaking/datetime-1-ref.html
Daniel Holbert 783f0d51f8 (No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00

23 lines
443 B
HTML

<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
</head>
<body>
<p>2007-01-01</p>
<p>2007-Jan-01</p>
<p>Jan-01-2007</p>
<p>2007-01-01&nbsp;00:00:00</p>
<p>2007-Jan-01&nbsp;00:00:00</p>
<p>Jan-01-2007&nbsp;00:00:00</p>
<p>2007/01/01</p>
<p>2007/Jan/01</p>
<p>Jan/01/2007</p>
<p>2007/01/01&nbsp;00:00:00</p>
<p>2007/Jan/01&nbsp;00:00:00</p>
<p>Jan/01/2007&nbsp;00:00:00</p>
</body>
</html>