mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 759249 - Crash tests.
This commit is contained in:
parent
494aa3c86e
commit
8cd223e9c2
6
layout/tables/crashtests/759249-1.html
Normal file
6
layout/tables/crashtests/759249-1.html
Normal file
@ -0,0 +1,6 @@
|
||||
<style>
|
||||
table:after {
|
||||
content: counter(bit0);
|
||||
display: table-footer-group;
|
||||
</style>
|
||||
<table contenteditable><col>><col><tr>>>><tfoot>>><colgroup>
|
10
layout/tables/crashtests/759249-2.html
Normal file
10
layout/tables/crashtests/759249-2.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user