mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
15 lines
458 B
HTML
15 lines
458 B
HTML
<!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>
|