This crasher requires the following to be true:
The table below is a single column table with a single styled <colgroup> element. It has both a <thead> and <tbody> element, although the <thead> grouping is unnecessary for causing the crash. The <thead> and <tbody> element each contain one row containing one cell.
Clicking the "Crash!" button will activate a script which removes all child nodes from the table's <tbody> element. This causes Opera to crash.
| Header |
|---|
| Cell Text |
* Styles which are ignored by the <colgroup> element do not cause a crash.
In the example above, background-color is used.