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

14 lines
283 B
HTML

<html>
<head>
<style type="text/css">
div::first-letter { color: magenta; }
span:before { content: "\"" "This "; }
</style>
</head>
<body style="width: 1em;" onload="document.getElementById('div').style.direction = 'rtl';">
<div id="div"><span>is text</span></div>
</body>
</html>