You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test variants which exclude a specific attribute were added to:
- event-timing/idlharness.any.js
- event-timing/idlharness.window.js
In order for this change to work, a change to resources/idlharness.js
was made so that idl attribute tests are now named by their full
description: previously, the test for PerformanceEventTiming.targetSelector
was simply named PerformanceEventTiming, lumping it together with all
other attributes. Now the test is named
"PerformanceEventTiming interface: attribute targetSelector", allowing
it to be excluded by the regex "PerformanceEventTiming.*targetSelector".
0 commit comments