Skip to content

Commit

Permalink
Bug 1832733 - Fix lint warnings. r=emilio
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewhodson committed May 19, 2023
1 parent 67525df commit c3cdc49
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions dom/tests/mochitest/bugs/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit c3cdc49

Please sign in to comment.