This commit is contained in:
Jesse Ruderman 2009-08-08 15:17:40 -07:00
Родитель 3f1d31ee47
Коммит de261ae255
3 изменённых файлов: 21 добавлений и 0 удалений

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

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="display: table-footer-group;" id="div">x</div>
</body>
</html>

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

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('div').firstChild.data = 'x';">
<div style="display: table-footer-group;" id="div"> </div>
</body>
</html>

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

@ -29,6 +29,7 @@ fails == 156888-1.html 156888-1-ref.html # bug 484825
== 373379-1.html 373379-1-ref.html
== 394402-1a.html 394402-1-ref.html
== 394402-1b.html 394402-1-ref.html
== 398095-1.html 398095-1-ref.html
== 407115-1.html 407115-1-ref.html
== 443616-1a.xhtml 443616-1-ref.html
== 443616-1b.html 443616-1-ref.html