blob: e13700bfbe148c5c9f7ffa85e90dfb0e5450d437 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
textarea {
margin: 10px;
border: 2px dashed black;
padding: 10px;
}
</head>
<body>
<p>When the AuthorShadowDOM has only a shadow element, this should be rendered like no Shadow DOM is added.</p>
<form>
<textarea>Something in the air</textarea>
</form>
</body>
</html>