blob: 1465dbf1f7d6caa94b4e6974e5bc2feab89dee57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<body>
<iframe id="test" style="width:350px;"
src="data:text/html,
<html>
<style>
html { writing-mode:vertical-rl; }
div { writing-mode:initial; position:absolute;
right:0; padding:5px; }
</style>
<div>This text should NOT be cut off</div>">
</iframe>
</body>
</html>
|