jruderman%hmc.edu 7692e8a062 Add crashtests
git-svn-id: svn://10.0.0.236/trunk@248661 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-27 04:09:57 +00:00

19 lines
385 B
HTML

<html>
<head>
<style type="text/css">
div::first-letter { color: green; }
span:before { content: open-quote "This "; }
span:after { content: close-quote; }
</style>
</head>
<body style="font-family: monospace; width: 7ch; border: 1px solid orange;"
onload="document.getElementById('div').style.direction = 'rtl';">
<div id="div"><span>is text</span></div>
</body>
</html>