haikuwebkit/LayoutTests/fast/forms/multiple-subtree-layout-fai...

11 lines
238 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>This tests when we issue subtree layout on multiple subtrees, they all get laid out properly.</title>
</head>
<body>
<div><input value="foobar"></div>
<div><input value="foobar"></div>
</body>
</html>