gecko-dev/testing/web-platform/tests/webdriver
James Graham 5f6066ee8d Bug 1568991 - Test that content overriding listeners doesn't affect script evaluation, r=ato
Gecko had a bug where content would be able to see an internal
onunload handler used to handle the case where the page navigates when
script is running. This test ensures that onunload isn't set when
running a script and that changes to addEventListener from content
aren't visible to the harness internal code.

Differential Revision: https://phabricator.services.mozilla.com/D39523

--HG--
extra : moz-landing-system : lando
2019-07-29 15:07:33 +00:00
..
tests Bug 1568991 - Test that content overriding listeners doesn't affect script evaluation, r=ato 2019-07-29 15:07:33 +00:00
META.yml Bug 1476293 [wpt PR 12024] - Add spec links to META.yml, a=testonly 2018-07-29 18:49:42 +01:00
README.md

WebDriver specification tests

Herein lies a set of conformance tests for the W3C web browser automation specification known as WebDriver. The purpose of these tests is determine implementation compliance so that different driver implementations can determine whether they meet the recognized standard.

Chapters of the Spec that still need tests

We are using a tracking spreadsheet to coordinate work on these tests. Please look there to see who is working on what, and which areas are currently under-tested.

The spec contributors and editors can frequently be found on the W3C #webdriver IRC channel.