This commit is contained in:
jruderman@hmc.edu 2007-12-15 15:03:41 -08:00
Родитель 97a63b8ac0
Коммит 2652ea1c5b
3 изменённых файлов: 45 добавлений и 0 удалений

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

@ -0,0 +1,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div>,,, <strong id="s"><div></div><p id="p">1</p>2</strong> ...</div>
</body>
</html>

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

@ -0,0 +1,33 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>
function boom ()
{
var p = document.getElementById("p");
var s = document.getElementById("s");
s.insertBefore(document.createElement("div"), p);
document.documentElement.removeAttribute("class");
}
</script>
<style>
strong:first-letter { color: red; }
</style>
</head>
<body onload="setTimeout(boom, 30);">
<div>,,, <strong id="s"><p id="p">1</p>2</strong> ...</div>
</body>
</html>

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

@ -29,3 +29,4 @@ random == dynamic-3b.html dynamic-3-ref.html
== 23605-5.html 23605-5-ref.html
== 23605-6.html 23605-6-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 329069-1.html 329069-1-ref.html # failure is font-dependent, may be related to bug 404848
== 342120-1.xhtml 342120-1-ref.xhtml