зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
294 B
HTML
22 строки
294 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
ol { float: right; }
|
|
</style>
|
|
<script>
|
|
function start() {
|
|
document.elementFromPoint(0,1);
|
|
document.dir = "rtl";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<svg onload="start()" requiredExtensions="x">
|
|
<g id="a"/></g>
|
|
<text>
|
|
<textPath xlink:href="#a">
|
|
</svg>
|
|
<ol></ol>
|
|
</body>
|
|
</html>
|