Skip to content

Instantly share code, notes, and snippets.

@bholley
Created May 20, 2017 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bholley/e839eecacc8c56f80fec47b4356e212e to your computer and use it in GitHub Desktop.
Save bholley/e839eecacc8c56f80fec47b4356e212e to your computer and use it in GitHub Desktop.
diff --git a/perf-reftest/bloom-basic.html b/perf-reftest/bloom-basic.html
index c29a514..3a49210 100644
--- a/perf-reftest/bloom-basic.html
+++ b/perf-reftest/bloom-basic.html
@@ -4,8 +4,8 @@
<script src="util.js"></script>
<script>
window.onload = function() {
- document.head.appendChild(build_rule("caption div, caption span", 20000, '{ color: blue; } '));
- let dom = build_dom(5000, "div");
+ document.head.appendChild(build_rule("div, span", 1, '{ font-family: Verdana,Arial,sans-serif; } '));
+ let dom = build_dom(50000, "div");
flush_style();
perf_start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment