Bug 407397. Don't 'optimize' by not reflowing when a 0x0 frame is removed. Bad Kipp. r+sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@240767 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu 2007-12-11 01:16:41 +00:00
parent 518e86507f
commit 1937276ccc
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<html>
<body onload="var d = document.getElementById('d'); d.removeChild(d.firstChild);">
<html class="reftest-wait">
<body onload="var d = document.getElementById('d'); d.removeChild(d.firstChild); document.documentElement.className='';">
<div style="width:1px"><b>T</b><span id="d"> </span>T</div>
</body>
</html>

View File

@ -511,4 +511,4 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 406568-1.html 406568-1-ref.html
== 407111-1.html 407111-1-ref.html
== 407227-1.html 407227-1-ref.html
== 407937-1.html 407937-1-ref.html