Sign in
◑
Theme
fuchsia
/
third_party
/
webkit
/
refs/heads/upstream/master
/
.
/
LayoutTests
/
fast
/
attachment
/
attachment-rendering.html
blob: b41eddabe98f5b3d380d352c93b2dc67d14b3a0d [
file
] [
edit
]
<html>
<head>
<script>
if
(
window
.
internals
)
window
.
internals
.
settings
.
setAttachmentElementEnabled
(
true
)
</script>
</head>
<body>
<p>
This tests that attachments have a custom renderer.
</p>
<attachment></attachment>
</body>
</html>