From 51405c59e585536676087bd6d58e5467c801ea8d Mon Sep 17 00:00:00 2001 From: Cosmin Sabou Date: Tue, 18 Jun 2019 15:50:37 +0300 Subject: [PATCH] Backed out changeset 64f906609a52 (bug 1487358) as requested by whimboo for causing bug 1559836. --- .../tests/execute_async_script/execute_async.py.ini | 13 +++++++++++++ .../webdriver/tests/execute_script/execute.py.ini | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 testing/web-platform/meta/webdriver/tests/execute_async_script/execute_async.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/execute_script/execute.py.ini diff --git a/testing/web-platform/meta/webdriver/tests/execute_async_script/execute_async.py.ini b/testing/web-platform/meta/webdriver/tests/execute_async_script/execute_async.py.ini new file mode 100644 index 000000000000..a0cc43b3e3ae --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/execute_async_script/execute_async.py.ini @@ -0,0 +1,13 @@ +[execute_async.py] + [test_abort_by_user_prompt_twice[alert\]] + expected: FAIL + disabled: Bug 1459118 + + [test_abort_by_user_prompt_twice[confirm\]] + expected: FAIL + disabled: Bug 1459118 + + [test_abort_by_user_prompt_twice[prompt\]] + expected: FAIL + disabled: Bug 1459118 + diff --git a/testing/web-platform/meta/webdriver/tests/execute_script/execute.py.ini b/testing/web-platform/meta/webdriver/tests/execute_script/execute.py.ini new file mode 100644 index 000000000000..cb1e792a287a --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/execute_script/execute.py.ini @@ -0,0 +1,13 @@ +[execute.py] + [test_abort_by_user_prompt_twice[alert\]] + expected: FAIL + disabled: Bug 1459118 + + [test_abort_by_user_prompt_twice[confirm\]] + expected: FAIL + disabled: Bug 1459118 + + [test_abort_by_user_prompt_twice[prompt\]] + expected: FAIL + disabled: Bug 1459118 +