From d010a52681850d0c83a4ed228a4c70224b116721 Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 24 Mar 2015 17:37:29 +0000 Subject: [PATCH] Bug 1092458 - Disable drawFocusIfNeeded tests for instability on Windows, (CLOSED TREE) r=RyanVM --- .../drawing-paths-to-the-canvas/drawFocusIfNeeded_004.html.ini | 2 ++ .../drawing-paths-to-the-canvas/drawFocusIfNeeded_005.html.ini | 2 ++ 2 files changed, 4 insertions(+) diff --git a/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_004.html.ini b/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_004.html.ini index 9b3869d77508..32ab87b27663 100644 --- a/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_004.html.ini +++ b/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_004.html.ini @@ -1,5 +1,7 @@ [drawFocusIfNeeded_004.html] type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458 [drawFocusIfNeeded does draw a focus ring if the element is in focus.] expected: if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL diff --git a/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_005.html.ini b/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_005.html.ini index f6bbfde6bc7d..c10a5d56f5fd 100644 --- a/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_005.html.ini +++ b/testing/web-platform/meta/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_005.html.ini @@ -1,5 +1,7 @@ [drawFocusIfNeeded_005.html] type: testharness + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458 [drawFocusIfNeeded does draw a focus ring if the element is in focus and the user activated a particular focus ring.] expected: if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL