Commit 79c900fa authored by Naina Raisinghani's avatar Naina Raisinghani Committed by Commit Bot

Fix Slow CSS Performance tests timing out.

This patch reduces the tree size for slower performance tests
ensuring they don't time out.

Bug: 747001
Change-Id: I3e87f1b68b3effcd04c8da2e673bd3e05f2374ed
Reviewed-on: https://chromium-review.googlesource.com/580011Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: nainar <nainar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488603}
parent d01ebaa9
......@@ -7,7 +7,7 @@
<body>
</body>
<script>
createRegularDOMTree();
createDOMTree(document.body, 3, 3);
PerfTestRunner.measureTime({
description: "Measures the performance of a solo pseudo selector applied on a grandchild of a div.",
run: function() {
......
......@@ -7,7 +7,7 @@
<body>
</body>
<script>
createRegularDOMTree();
createDOMTree(document.body, 3, 3);
PerfTestRunner.measureTime({
description: "Measures the performance of a solo pseudo selector.",
run: function() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment