blob: 01c0f67bb16a4e3e094df713588fa4470e43de88 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that flow child can be added to an input element.</title>
</head>
<body>
Pass if no crash or assert in debug.
<input style="-webkit-flow-from: thread">
</body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</html>