From 2c35233638c02a0f0d432fae98e50a8c31bb5e72 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Sat, 25 Jun 2016 15:35:40 +0200 Subject: [PATCH] Test for double focus events (covers #11665) --- tests/wpt/mozilla/meta/MANIFEST.json | 6 ++ .../mozilla/tests/mozilla/double_focus.html | 76 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 tests/wpt/mozilla/tests/mozilla/double_focus.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index c66a163d2f7..fff9517a8b1 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -6310,6 +6310,12 @@ "url": "/_mozilla/mozilla/document_url.html" } ], + "mozilla/double_focus.html": [ + { + "path": "mozilla/double_focus.html", + "url": "/_mozilla/mozilla/double_focus.html" + } + ], "mozilla/element_attribute.html": [ { "path": "mozilla/element_attribute.html", diff --git a/tests/wpt/mozilla/tests/mozilla/double_focus.html b/tests/wpt/mozilla/tests/mozilla/double_focus.html new file mode 100644 index 00000000000..89ed38f5086 --- /dev/null +++ b/tests/wpt/mozilla/tests/mozilla/double_focus.html @@ -0,0 +1,76 @@ + + + + + + + Double focus/blur events + + + + + + + + + + + +