mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 822910 - crashtest.
This commit is contained in:
parent
9af33d6f3a
commit
5eaccf796f
34
layout/generic/crashtests/822910.xhtml
Normal file
34
layout/generic/crashtests/822910.xhtml
Normal file
@ -0,0 +1,34 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" style="white-space: pre;">
|
||||
<head>
|
||||
<style>
|
||||
|
||||
#f:first-letter { }
|
||||
#g:first-letter { float:left; }
|
||||
|
||||
</style>
|
||||
<script>
|
||||
|
||||
function boom(id)
|
||||
{
|
||||
var text = document.getElementById(id).firstChild;
|
||||
text.splitText(2);
|
||||
document.documentElement.offsetHeight;
|
||||
text.splitText(0);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom('f');boom('g');">
|
||||
|
||||
|
||||
<div id="f">
|
||||
|
||||
X</div>
|
||||
|
||||
<div id="g">
|
||||
|
||||
X</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -501,6 +501,7 @@ load 810726.html
|
||||
load 812879.html
|
||||
load 812879-2.html
|
||||
load 814995.html
|
||||
load 822910.xhtml
|
||||
load 825810-1.html
|
||||
load 825810-2.html
|
||||
load 827076.html
|
||||
|
Loading…
Reference in New Issue
Block a user