Bug 1799343 - Remove another test whose expectation no longer holds.

Only nodes with popup display that get out of flow should be panel /
menupopup / tooltip.

MANUAL PUSH: Trivial reftest orange fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2022-11-08 01:55:34 +01:00
Родитель 1ed19c9524
Коммит 8a44079e57
3 изменённых файлов: 0 добавлений и 40 удалений

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

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td>First Column</td>
<td>Second Column</td>
</tr>
<tr>
<td>First Column</td>
<td>Second Column</td>
</tr>
</table>
</body>
</html>

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

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<div style="display:table">
<div style="display: table-row">
<div style="display: table-cell">
First Column
</div>
<div style="display: table-cell">
Second Column
</div>
</div>
<div style="display: table-row">
<div style="display: table-cell">
First Column
</div>
<div style="display: -moz-popup; display: popup"></div>
<div style="display: table-cell">
Second Column
</div>
</div>
</div>
</body>
</html>

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

@ -1270,7 +1270,6 @@ pref(layout.css.caption-side-non-standard.enabled,true) == 478614-7.html 478614-
== 478811-4.html 478811-4-ref.html
== 478956-1a.html 478956-1-ref.html
== 478956-1b.html 478956-1-ref.html
== chrome://reftest/content/bugs/480017-1.html chrome://reftest/content/bugs/480017-1-ref.html
== 480880-1a.html 480880-1-ref.html
== 480880-1b.html 480880-1-ref.html
== 480880-1c.html 480880-1-ref.html