<!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> |