gecko-dev/layout/generic/crashtests/1222783.xhtml
L. David Baron 0f3b361824 Bug 1222783 - Make nsHTMLFramesetFrame::Reflow set firstTime based on what firstTime means. r=roc
I confirmed locally that the new crashtest crashes in the harness
without the patch, and passes in the harness with the patch.

--HG--
extra : transplant_source : %FD%D6%F6%EB%04SQ%E3%8AB%BB%2B%B0%25Ys%0B%F3%D2t
2015-11-10 13:42:29 +08:00

20 lines
443 B
HTML

<?xml version="1.0"?>
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<title>Test, bug 1222783</title>
<body>
<div id="container" style="width: 400px">
<div id="float1" style="float: left; height: 50px; width: 50px"></div>
<div id="float2" style="float: left; clear: left; height: 50px; width: 200px"></div>
<frameset cols="50%,50%">
<frame></frame>
<frame></frame>
</frameset>
</div>
</body>
</html>