зеркало из https://github.com/mozilla/gecko-dev.git
Bug 534768. Add crashtest.
This commit is contained in:
Родитель
c1f471cef2
Коммит
4c7d0cd835
|
@ -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>
|
|
@ -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 522374-2.html
|
||||||
load 526378-1.xul
|
load 526378-1.xul
|
||||||
load 534367-1.xhtml
|
load 534367-1.xhtml
|
||||||
|
load 534768-1.html
|
||||||
|
load 534768-2.html
|
||||||
load 535721-1.xhtml
|
load 535721-1.xhtml
|
||||||
load 535911-1.xhtml
|
load 535911-1.xhtml
|
||||||
load 536623-1.xhtml
|
load 536623-1.xhtml
|
||||||
|
|
Загрузка…
Ссылка в новой задаче