This commit is contained in:
Timothy Nikkel 2010-06-27 16:00:13 -05:00
Родитель c1f471cef2
Коммит 4c7d0cd835
3 изменённых файлов: 47 добавлений и 0 удалений

Просмотреть файл

@ -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();"> &#x202E;</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();"> &#x202E;</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