This commit is contained in:
jruderman%hmc.edu 2008-02-04 05:18:31 +00:00
Родитель d2228d0160
Коммит 58097b525f
2 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#div:first-letter { float: left; color: lightgreen; }
</style>
<script type="text/javascript">
function boom()
{
document.getElementById("div").className = "anything";
}
</script>
</head>
<body onload="boom()">
<div id="div"><span style="color: magenta">Foo</span> bar</div>
</body>
</html>

Просмотреть файл

@ -64,6 +64,7 @@ load 382204-1.html
load 383806-1.xhtml
load 385866-1.xhtml
load 385880-1.xhtml
load 388715-1.html
load 390976-1.html
load 393661-1.html
load 393801-1.html