Add reftest for the nesting case in bug 424236.

This commit is contained in:
L. David Baron 2008-07-08 13:46:56 -07:00
Родитель 2e0fd8c870
Коммит 124e737654
2 изменённых файлов: 24 добавлений и 0 удалений

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

@ -0,0 +1,23 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title>reftest, bug 424236</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
/* just like 424236-3, but with two extra spans nested */
* { -moz-outline-offset: 5px; outline-offset: 5px; }
body > span { outline: 1px dotted black; }
body > span > span > span > span { display: block; width: 5em; }
</style>
</head>
<body>
<span><span><span><span>text</span></span></span></span>
</body>
</html>

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

@ -826,6 +826,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 424074-1-ref2.xul 424074-1-ref3.xul
== 424236-8.html 424236-8-ref.html
== 424236-9.html 424236-9-ref.html
== 424236-10.html 424236-10-ref.html
== 424236-11.html 424236-3-ref.html
== 424434-1.html 424434-1-ref.html
== 424631-1.html 424631-1-ref.html
== 424710-1.html 424710-1-ref.html