Bug 398797: Fix test failure by adding float to reference case. Filed 402918 to cover the issue.

This commit is contained in:
dholbert%cs.stanford.edu 2007-11-07 21:30:07 +00:00
Родитель 26acd6c5d9
Коммит df4517ab2e
2 изменённых файлов: 6 добавлений и 5 удалений

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

@ -5,7 +5,8 @@
<body>
<div class="green">foo</div>
<div class="blue">
<span class="yellow">bar</span>
<!-- Note: 'float: left' is necessary here due to bug 402918 -->
<span class="yellow" style="float: left">bar</span>
</div>
</body>
</html>

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

@ -423,10 +423,10 @@ fails == 393655-2.html 393655-2-ref.html # Remove 'fails' when 393655 lands
== 395331-1.xml 395331-1-ref.xml
== 396286-1.html about:blank # crash test
== 398289-1.html 398289-1-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 398797-1a.html 398797-1-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 398797-1b.html 398797-1-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 398797-1c.html 398797-1-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 398797-1d.html 398797-1-ref.html
== 398797-1a.html 398797-1-ref.html
== 398797-1b.html 398797-1-ref.html
== 398797-1c.html 398797-1-ref.html
== 398797-1d.html 398797-1-ref.html
== 399384-1.html 399384-1-ref.html
== 400171-1a.html 400171-1-ref.html
== 400171-1b.html 400171-1-ref.html