blob: 6a50fb6a3a9fc219edaabf7283f63c2f1286f4d9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Floats layout performance tester with 2 columns and 100 rows</title>
<link rel="stylesheet" href="resources/floats.css" TYPE="text/css"></link>
<script src="../resources/runner.js"></script>
<script src="resources/floats.js"></script>
</head>
<body>
<pre id="log"></pre>
<script>
PerfTestRunner.run(createFloatsLayoutTestFunction(50, 100, 0, 20), 1, 5);
</script>
</body>
</html>