mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 534768. Add crashtest.
This commit is contained in:
parent
3ba589c76e
commit
0b0bd05f6f
23
layout/base/crashtests/534768-1.html
Normal file
23
layout/base/crashtests/534768-1.html
Normal file
@ -0,0 +1,23 @@
|
||||
<html style="direction: rtl;">
|
||||
<head>
|
||||
<style>
|
||||
|
||||
body:after { content: '0'; }
|
||||
body:first-letter { float: right; }
|
||||
|
||||
</style>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.documentElement.style.direction = "";
|
||||
document.documentElement.offsetHeight;
|
||||
document.documentElement.style.textIndent = "3px";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"> ‮</body>
|
||||
|
||||
</html>
|
22
layout/base/crashtests/534768-2.html
Normal file
22
layout/base/crashtests/534768-2.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html style="direction: rtl;">
|
||||
<head>
|
||||
<style>
|
||||
|
||||
body:first-letter { float: right; }
|
||||
|
||||
</style>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.documentElement.style.direction = "";
|
||||
document.documentElement.offsetHeight;
|
||||
document.documentElement.style.textIndent = "3px";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"> ‮</body>
|
||||
|
||||
</html>
|
@ -281,6 +281,8 @@ load 522374-1.html
|
||||
load 522374-2.html
|
||||
load 526378-1.xul
|
||||
load 534367-1.xhtml
|
||||
load 534768-1.html
|
||||
load 534768-2.html
|
||||
load 535721-1.xhtml
|
||||
load 535911-1.xhtml
|
||||
load 536623-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user