mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Don't crash me, bro!
This commit is contained in:
parent
57d4fefdc0
commit
a6d6ff8926
19
layout/generic/crashtests/369227-1.xhtml
Normal file
19
layout/generic/crashtests/369227-1.xhtml
Normal file
@ -0,0 +1,19 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>document.documentElement.offsetHeight</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="height: 3000px; background: lightgreen;"/>
|
||||
|
||||
<div style="width: 4px; float: left; background: yellow;">
|
||||
A
|
||||
<span style="padding: 5px">
|
||||
<span style="float: left;" />
|
||||
</span>
|
||||
Z
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -5,6 +5,7 @@ load 337412-1.html
|
||||
load 348991-1.xhtml
|
||||
load 366667-1.html
|
||||
load 366952-1.html
|
||||
load 369227-1.xhtml
|
||||
load 385265-1.xhtml
|
||||
load 385295-1.xhtml
|
||||
load 385414-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user