зеркало из https://github.com/mozilla/pjs.git
Add reftest for the nesting case in bug 424236.
This commit is contained in:
Родитель
2e0fd8c870
Коммит
124e737654
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче