compare-height-normalizing-solutions
JavaScript performance comparison
Preparation code
<div style="height: 200px;" class="foo">Foo</div>
<div style="height: 50px;" class="foo">Bar</div>
<div style="height: 100px;" class="foo">Baz</div>
Preparation code output
<div style="height: 200px;" class="foo">Foo</div>
<div style="height: 50px;" class="foo">Bar</div>
<div style="height: 100px;" class="foo">Baz</div>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
Test | Ops/sec | |
---|---|---|
Ryan's way
|
|
pending… |
Yury's way
|
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit
to the URL.
- Revision 1: published Ryan
0 Comments