CSS Selectors1

Benchmark created on


Preparation HTML

<a class="hi" href="#"><p>Hello</p></a>

Test runner

Ready to run.

Testing in
TestOps/sec
A
.hi > * {
  color: red;
} < /style>
ready
B
< style > .hi p {
  color: red;
} < /style>
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.