That's no moon. It's a crashtest!

This commit is contained in:
jruderman@hmc.edu 2007-12-15 16:53:30 -08:00
Родитель e1a482c562
Коммит e8dc89a208
2 изменённых файлов: 19 добавлений и 1 удалений

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

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<style>
div#x::first-letter { color: blue; }
</style>
</head>
<body>
<div id="x">x</div>
<script>
document.body.offsetWidth;
var div = document.getElementById("x");
div.id = "y";
div.removeChild(div.firstChild);
</script>
</body>
</html>

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

@ -15,5 +15,6 @@ load 350128-1.xhtml
load 364427-1.html
load 366967-1.html
load 372237-1.html
load 372550-1.html
load 379920-1.svg
load 379920-1.svg
load 379920-2.svg