mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 534768. Add crashtest.
This commit is contained in:
parent
c1f471cef2
commit
4c7d0cd835
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