Implement class selector fast path and add related tests for performance optimization

This commit is contained in:
wuggy 2026-09-07 14:12:03 -07:00
commit 80cfaf0891
8 changed files with 233 additions and 2 deletions

View file

@ -1,5 +1,6 @@
[DEFAULT]
support-files =
file_class_selector_checks.js
audio.ogg
audioEndedDuringPlaying.webm
iframe_bug962251.html
@ -615,6 +616,7 @@ skip-if = os == "mac" # Different tab focus behavior on mac
[test_caretPositionFromPoint.html]
[test_change_policy.html]
[test_classList.html]
[test_class_selector_fast_path.html]
[test_clearTimeoutIntervalNoArg.html]
[test_constructor-assignment.html]
[test_constructor.html]