mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
17 lines
238 B
HTML
17 lines
238 B
HTML
<html>
|
|
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
body { -moz-column-count: 2; }
|
|
span { white-space: pre; }
|
|
body:first-letter { }
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body onload="document.body.removeChild(document.body.lastChild);"><span>
|
|
</span>b</body>
|
|
|
|
</html>
|