Tweaked the benchmark tests.

1.7/enhancement_8685
John Resig 2009-01-12 00:24:36 +00:00
parent 1eae1541b8
commit 7623702565
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"body", "body div", "div",
"div div div", "div div", ".dialog", "div.dialog", "div .dialog",
"#speech5", "div#speech5", "div #speech5", "div > div", "div.scene div.dialog",
"div#scene1.scene div.dialog div", "#scene1 #speech1", "body > div.dialog div#speech5",
"div#scene1.scene div.dialog div.direction", "#scene1 #speech1", "body > div.dialog div div#speech5",
"div:not(#speech5)", "div:not(.dialog)",
"div:nth-child(even)", "div:nth-child(odd)",
"div:nth-child(1)", "div:nth-child(2n)",