diff options
author | athenian200 <athenian200@outlook.com> | 2020-01-28 00:03:00 -0600 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:17:34 +0200 |
commit | c3d92cd33819d6d7463b9ddab2e045f16100e122 (patch) | |
tree | f2125d051903b7f7d20cda6e92dce3c637b1ee6b /testing/web-platform/meta/MANIFEST.json | |
parent | 8ae2267eacb0527e80aadde4e64418f7901ef210 (diff) | |
download | UXP-c3d92cd33819d6d7463b9ddab2e045f16100e122.tar UXP-c3d92cd33819d6d7463b9ddab2e045f16100e122.tar.gz UXP-c3d92cd33819d6d7463b9ddab2e045f16100e122.tar.lz UXP-c3d92cd33819d6d7463b9ddab2e045f16100e122.tar.xz UXP-c3d92cd33819d6d7463b9ddab2e045f16100e122.zip |
Issue #1356 - Add tests.
Forgot to include these before.
Diffstat (limited to 'testing/web-platform/meta/MANIFEST.json')
-rw-r--r-- | testing/web-platform/meta/MANIFEST.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 03dda4a1f..4dbbdf43e 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -15394,6 +15394,10 @@ "url": "/dom/events/EventTarget-removeEventListener.html" }, { + "path": "dom/events/event-disabled-dynamic.html", + "url": "/dom/events/event-disabled-dynamic.html" + }, + { "path": "dom/events/ProgressEvent.html", "url": "/dom/events/ProgressEvent.html" }, |