This commit is contained in:
jruderman@hmc.edu 2008-01-05 21:27:17 -08:00
Родитель 88e45bf74a
Коммит 3a7137bcc7
2 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,27 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body, #tq { display: inline; }
#tq { position: relative; }
</style>
<style id="newstyle">
</style>
<script>
function foo()
{
document.getElementById("tq").style.position = "static";
document.getElementById("newstyle").textContent = "*:first-letter { }";
}
</script>
</head>
<body onload="foo()">
<table><tr><td>Table</td></tr></table>
<div id="tq">Div</div>
</body>
</html>

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

@ -34,6 +34,7 @@ load 349095-1.xhtml
load 350128-1.xhtml
load 354766-1.xhtml
load 354771-1.xul
load 355989-1.xhtml
load 355993-1.xhtml
load 364427-1.html
load 365909-1.xhtml