From c3cdc49f5b5d9718a3174755cec140924ed76e56 Mon Sep 17 00:00:00 2001 From: Mathew Hodson Date: Fri, 19 May 2023 10:56:59 +0000 Subject: [PATCH] Bug 1832733 - Fix lint warnings. r=emilio Differential Revision: https://phabricator.services.mozilla.com/D177998 --- dom/tests/mochitest/bugs/mochitest.ini | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/dom/tests/mochitest/bugs/mochitest.ini b/dom/tests/mochitest/bugs/mochitest.ini index 921ab146cda4..f41cc567f8d0 100644 --- a/dom/tests/mochitest/bugs/mochitest.ini +++ b/dom/tests/mochitest/bugs/mochitest.ini @@ -41,19 +41,30 @@ support-files = file2_bug414291.html [test_DOMWindowCreated_chromeonly.html] +[test_bug1022869.html] +[test_bug1112040.html] +[test_bug1160342_marquee.html] +[test_bug1171215.html] +support-files = window_bug1171215.html +skip-if = + http3 [test_bug132255.html] skip-if = http3 +[test_bug1530292.html] [test_bug1551425_reference_to_childnodes_nodelist_keeps_childnodes_alive.html] [test_bug159849.html] -[test_bug289714.html] -fail-if = xorigin +[test_bug1774135.html] +skip-if = + http3 [test_bug260264.html] skip-if = toolkit == 'android' [test_bug260264_nested.html] skip-if = http3 [test_bug265203.html] +[test_bug289714.html] +fail-if = xorigin [test_bug291377.html] [test_bug304459.html] skip-if = @@ -155,10 +166,17 @@ skip-if = http3 [test_domparser_after_blank.html] [test_errorReporting.html] +[test_instanceof_error_message.html] [test_navigator_buildID.html] skip-if = http3 +[test_no_find_showDialog.html] +skip-if = toolkit == 'android' # Bug 1358633 - window.find doesn't work for Android [test_onerror_message.html] +[test_postmessage.html] +skip-if = + xorigin # JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object + http3 [test_protochains.html] [test_resize_move_windows.html] prefs = dom.window.sizeToContent.enabled=true @@ -174,21 +192,3 @@ prefs = dom.window.sizeToContent.enabled=true skip-if = toolkit == 'android' #Windows can't change size on Android [test_toJSON.html] [test_window_bar.html] -[test_bug1022869.html] -[test_bug1112040.html] -[test_bug1160342_marquee.html] -[test_bug1171215.html] -support-files = window_bug1171215.html -skip-if = - http3 -[test_bug1530292.html] -[test_instanceof_error_message.html] -[test_no_find_showDialog.html] -skip-if = toolkit == 'android' # Bug 1358633 - window.find doesn't work for Android -[test_postmessage.html] -skip-if = - xorigin # JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object - http3 -[test_bug1774135.html] -skip-if = - http3