blob: fd7f91dc1a5d81d7a1f1af850e7aa38261d6f0be [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
Test that input elements in shadow trees update when text is entered.
<div>
<input value="one"><br>
<textarea>two</textarea>
</div>
</body>
</html>