Files
servo/components/script
cybai c77e4e4e69 Fix checking for empty set for getElementsByClassName
Because empty set with `.all(predicate)` will always return `true`, it
will result in always filtering wrong elements when the classes is empty
set.

Thus, we return earlier with `always_empty` HTMLCollection in the mpety
classes case so that we can avoid filtering on empty sets.
2023-04-21 15:21:53 +09:00
..
2021-02-18 09:35:46 -05:00
2023-01-26 08:59:21 +01:00
2023-03-20 22:12:50 +09:00
2021-02-18 09:35:45 -05:00
2022-11-23 10:04:53 -05:00
2022-11-23 10:04:53 -05:00
2020-08-28 20:54:18 +08:00