Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
h3 {
column-span: all;
}
html {
columns: 3em;
}
</style>
<body onload=go()>
<h3></h3>
<!-- The following content will be in a -moz-column-content frame where it's
parent is a hard continuation of a nsColumnSetFrame. -->
ltr
ltr
<div dir="rtl">rtl</div>
<div></div>
</body>
</html>