This commit is contained in:
Jesse Ruderman 2013-02-23 11:38:15 +01:00
Родитель 56c55ff465
Коммит 4c8611a61b
2 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,27 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
function boom()
{
var d = document.getElementById("d");
var s = document.getElementById("s");
s.insertBefore(document.createTextNode("T"), s.firstChild);
d.appendChild(s);
s.appendChild(document.createTextNode("\n"));
}
</script>
<style type="text/css">
div::first-letter { float: left; }
</style>
</head>
<body onload="boom();"><div id="d"><span id="s">h</span></div></body>
</html>

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

@ -258,6 +258,7 @@ load 455063-3.html
load 455171-4.html
load 455623-1.html
load 457362-1.xhtml
load 457514.html
asserts(0-1) load 460389-1.html # Bug 780985
load 466763-1.html
load 467881-1.html