blob: 7896f46af4556fc9acd7c9e78c98acfa54a9b6ef [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.measureTime({run: createFloatsLayoutTestFunction(20, 100, 100, 100)});
</script>
</body>
</html>