Chromium Code Reviews
DescriptionFix blink_perf.dom select-single-add.html.
The test has never worked as expected.
The intention of the test is to measure the performance to add OPTIONs to a
SELECT element by
- Adding 250 selected OPTIONs, and
- Adding 250 unselected OPTIONs.
But it worked expectedly only at the first run. Actually, 499 unselected OPTIONs
and 1 selected OPTION were added after the first run because appendChild()
updates selected state.
This CL makes select-single-add.html slower intentionally.
This CL doesn't affect production.
BUG=625897
NOTRY=true
Committed: https://crrev.com/48c94c10227b4c93bfbc4cf44081bc633c974043
Cr-Commit-Position: refs/heads/master@{#403835}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|
|||||||||||||||||||