From 70d2c97c50e64da34b83d487f3e171a55a3deabe Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 29 Oct 2014 14:36:27 -0700 Subject: [PATCH] Bug 1090628 - Disable unstable focus events test on Windows, a=test-only --- .../html/editing/focus/focus-management/focus-events.html.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/web-platform/meta/html/editing/focus/focus-management/focus-events.html.ini b/testing/web-platform/meta/html/editing/focus/focus-management/focus-events.html.ini index e6c5b7d7099..901372580a3 100644 --- a/testing/web-platform/meta/html/editing/focus/focus-management/focus-events.html.ini +++ b/testing/web-platform/meta/html/editing/focus/focus-management/focus-events.html.ini @@ -1,5 +1,7 @@ [focus-events.html] type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1090628 [focusing on a focusable element fires a focus event at the element] expected: FAIL