blob: 30995e0525d4bf6ea0467e1b31cda6a54f8fcac4 [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({
description: "Measures performance of a float layout with 1 row containing 100x100 floats (nested).",
run: createFloatsLayoutTestFunction(100, 100, 100, 3, 1)
});
</script>
</body>
</html>