haikuwebkit/LayoutTests/fast/attachment/attachment-respects-css-siz...

11 lines
248 B
HTML

<!DOCTYPE html>
<html>
<script>
if (window.internals)
window.internals.settings.setAttachmentElementEnabled(true)
</script>
<body>
<attachment id="attachment" title="overridden title" subtitle="1024 bytes"></attachment>
</body>
</html>