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:
parent
518e86507f
commit
1937276ccc
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user