jruderman%hmc.edu f024fdba27 Add a crashtest.
git-svn-id: svn://10.0.0.236/trunk@241425 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-16 02:42:13 +00:00

16 lines
161 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#d:after { content: 'a'; }
#d:first-letter { float: right; }
</style>
</head>
<body>
<div id="d"></div>
</body>
</html>