Sign in
webkit
/
WebKit
/
efa8d8e640b90fdec0885b585108a1b44cf2274e
/
.
/
LayoutTests
/
fast
/
attachment
/
attachment-rendering.html
blob: b41eddabe98f5b3d380d352c93b2dc67d14b3a0d [
file
] [
log
] [
blame
]
<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>