mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 451170 - crash test
This commit is contained in:
parent
dd766be282
commit
cdd0939d37
21
layout/tables/crashtests/451170.html
Normal file
21
layout/tables/crashtests/451170.html
Normal file
@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function doe() {
|
||||
document.getElementById('a').style.display = 'table-column-group';
|
||||
document.body.offsetHeight;
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
div::before { content:"b";}
|
||||
div::after { content:"a";}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onload="document.body.offsetHeight; setTimeout(doe,0);">
|
||||
<div style="display: table;">
|
||||
<span id="a" style="display: table-header-group; "></span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -103,6 +103,7 @@ load 430374.html
|
||||
load 444431-1.html
|
||||
load 448988-1.xhtml
|
||||
load 450311-1.html
|
||||
load 451170.html
|
||||
load 451355-1.html
|
||||
load 456041.html
|
||||
load 457115.html
|
||||
|
Loading…
Reference in New Issue
Block a user