mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
20 lines
456 B
HTML
20 lines
456 B
HTML
<html>
|
|
<head>
|
|
<title> Bug 456041 - Crash [@ nsCellMapColumnIterator::GetNextFrame] with contenteditable, generated content on table and double tbody</title>
|
|
<script>
|
|
//setTimeout(function() {window.location.reload();}, 500);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<span contenteditable="true"></span>
|
|
|
|
<style id="e">body table::after { content:"b";}</style>
|
|
|
|
<table>
|
|
<script>document.body.offsetHeight;</script>
|
|
<tbody></tbody>
|
|
<tbody></tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|