Bug 759249 - Crash tests.

This commit is contained in:
Mats Palmgren 2013-05-14 10:36:51 +02:00
parent b86e7643ff
commit d6b54a3fc3
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<style>
table:after {
content: counter(bit0);
display: table-footer-group;
</style>
<table contenteditable><col>><col><tr>>>><tfoot>>><colgroup>

View File

@ -0,0 +1,10 @@
<!doctype html>
<html>
<style>
table:after { display: table-footer-group; content: "x"; }
</style>
<table>
<script>
document.body.offsetWidth;
</script>
<tbody></tbody><colgroup></colgroup>

View File

@ -135,4 +135,6 @@ load 705996-1.html
load 705996-2.html
load 711864-1.html
load 710098-1.html
load 759249-1.html
load 759249-2.html
load 814713.html