gecko-dev/dom/base/test
Boris Zbarsky 2e5c884144 Bug 1489308 part 5. Align the work we do on document.open with the spec. r=mccr8,smaug
The main behavior changes are:

1) We no longer create a new Window when doing document.open().  We use the
same Window but remove all the event listeners on it and on the existing DOM
tree before removing the document's existing kids.

2) We no longer create a new session history entry.  The existing one always
gets replaced instead.

3) We now support document.open on documents that are not in a Window.

The reasons for the various test changes are as follows:

The change to browser_modifiedclick_inherit_principal.js is because we no
longer set the docshell to a wyciwyg URL when document.open() happens and the
test was depending on that to terminate.

browser_wyciwyg_urlbarCopying.js is being removed because it's trying to test
wyciwyg URIs, which no longer exist.

The changes in docshell/test/navigation are because document.open() no longer
affects session history.  One of the tests was testing the interactions there
and is being removed; another is being repurposed to just test that
document.open() does not affect history.length.

The change to test_x-frame-options.html is because document.open() now removes
event listeners on the window, which it didn't use to do (and in the specific
case in this test reused the existing inner too, so the listener was still
around in practice).  The new behavior matches other browsers.

The removal of test_bug172261.html is because document.open() no longer affects
session history, so you can't go back across it or forward to the "opened"
state, so the situation that test is trying to test no longer exists.

The changes to test_bug255820.html are because reloading a document after
document.open() will now just load the URL of the document that was the entry
document for the open() call, not reload the written content.  So there's not
much point testing reload behavior, and in this test it was just reloading the
toplevel test file inside the frames.

The change to test_bug346659.html is because now we no longer create a new
Window on document.open().

The change to test_bug1232829.html is because document.open() (implicit in this
test) no longer adds history entries, so the back() was just leaving the test
page instead of going back across the document.open().  The test is a
crashtest in practice, so might still be testing something useful about how
document.open() interacts with animations.

The change to test_bug715739.html is because the URL of the document after
document.open() is now the URL of the entry document, not a wyciwyg URL, so
reload() has different behavior than it used to.

The change to test_bug329869.html is because now when we go back we're
reloading the original document we had, not doing a wyciwyg load, and the
security info now doesn't include the untrusted script.

The changes to the wpt expectations are removing a bunch of expected failures
now that we pass those tests and disabling some tests that are fundamentally
racy and hence fail randomly.  The latter all have github issues filed for the
test problem.

The change to testing/web-platform/tests/common/object-association.js is fixing
tests that were not matching the spec (and were failing in other browsers).

The change to parser-uses-registry-of-owner-document.html is fixing tests that
were not matching the spec (and were failing in other browsers).

The change to document-write.tentative.html is because the test was buggy: it
was using the same iframe element for all its tests and racing loads from some
tests against API calls from other tests, etc.  It's a wonder it ever managed
to pass, independent of these patches (and in fact it doesn't pass according to
wpt.fyi data, even in Firefox).

The changes in html/browsers/history/the-history-interface are because
document.open() no longer adds history entries.  The test was failing in all
other browsers for the same reason.

The changes in html/browsers/history/the-location-interface are because
reloading a document.open()-created thing now loads the URL of the page that
was the entry document for the open() call.  The test was failing in all other
browsers.

The change to reload_document_open_write.html is because we now reload the url
of the document that entered the script that called open() when we reload, not
the written content.  Other browsers were failing this test too; Gecko with
the old document.open implementation was the only one that passed.

The change to http-refresh.py is to fix a test bug: it was not returning a
Content-Type header, so we were putting up helper app dialogs, etc.

The change to test_ext_contentscript.js is because we no create a new global
for document.open() calls.  Kris Maglione OKed this part.

Differential Revision: https://phabricator.services.mozilla.com/D17323

--HG--
extra : moz-landing-system : lando
2019-02-27 23:24:48 +00:00
..
chrome Bug 1525319 - Removing context from OnDataAvailable r=valentin 2019-02-27 23:42:27 +00:00
gtest Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
jsmodules Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
reftest Bug 1477458 - Add test for XML Pretty Print with restrictive CSP. r=bz 2018-07-21 13:46:31 +01:00
unit Bug 1520868 - Replacing AsyncOpen2 with AsyncOpen always r=valentin 2019-02-12 16:08:25 +00:00
unit_ipc Bug 1508980 - Add more .eslintrc.js files for dom/ and update .eslintignore. r=Gijs 2018-11-21 14:27:27 +00:00
.eslintrc.js Bug 1501662 - Add more .eslintrc.js files for test directories (dom, modules, netwerk and parser). r=mossop 2018-10-24 19:11:17 +00:00
345339_iframe.html Bug 1330228 - Use HasBeenTypePassword to skip saving to presentation state. r=baku 2018-12-21 16:44:37 +00:00
Ahem.ttf
FAIL.html
PASS.html
accesscontrol.resource
accesscontrol.resource^headers^
audio.ogg
audioEndedDuringPlaying.webm
badContentType.eventsource
badContentType.eventsource^headers^
badHTTPResponseCode.eventsource
badHTTPResponseCode.eventsource^headers^
badMessageEvent.eventsource
badMessageEvent.eventsource^headers^
badMessageEvent2.eventsource
badMessageEvent2.eventsource^headers^
browser.ini Bug 1505235 - disable browser_multiple_popups.js on win for frequent failures. r=jmaher 2018-11-30 17:06:00 +02:00
browser_aboutnewtab_process_selection.js Bug 1492482 - Remove CPOW usage from browser_aboutnewtab_process_selection.js. r=Felipe 2018-10-02 18:02:11 +00:00
browser_blocking_image.js Backed out 2 changesets (bug 1362034) for failure at browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js on a CLOSED TREE 2018-08-08 22:11:56 +03:00
browser_bug593387.js
browser_bug902350.js Bug 1485305 - dom/ Ensure loadURI always passes a triggeringPrincipal() r=Nika 2018-08-29 15:47:29 +01:00
browser_bug1011748.js
browser_bug1058164.js Bug 1498885 - Assertion added in ContentSecurityPolicyPermitsJSAction() to not allow eval with SystemPrincipal r=ckerschb 2018-10-15 08:02:04 +00:00
browser_bug1303838.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
browser_force_process_selector.js Bug 1470280 - Part 2: Just use osPid to check for new process. r=mconley 2018-10-05 18:24:17 -07:00
browser_inputStream_structuredClone.js Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
browser_messagemanager_loadprocessscript.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_messagemanager_targetframeloader.js
browser_messagemanager_unload.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_multiple_popups.html Bug 675574 - Allow just 1 window.open() per event, r=smaug 2018-11-06 23:35:31 +01:00
browser_multiple_popups.js Bug 675574 - Allow just 1 window.open() per event, r=smaug 2018-11-06 23:35:31 +01:00
browser_pagehide_on_tab_close.js
browser_promiseDocumentFlushed.js Bug 1441168 - Make promiseDocumentFlushed reject if the DOM is modified in the callback. r=Gijs 2019-01-28 06:50:25 +00:00
browser_state_notifications.js Bug 1485305 - dom/ Ensure loadURI always passes a triggeringPrincipal() r=Nika 2018-08-29 15:47:29 +01:00
browser_timeout_throttling_with_audio_playback.js Bug 1485305 - dom/ Ensure loadURI always passes a triggeringPrincipal() r=Nika 2018-08-29 15:47:29 +01:00
browser_use_counters.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
bug282547.sjs
bug298064-subframe.html
bug313646.txt
bug382113_object.html
bug403852_fileOpener.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
bug419132.html
bug426308-redirect.sjs
bug435425.sjs
bug435425_redirect.sjs
bug444322.js
bug444322.txt
bug444546.sjs
bug455629-helper.svg
bug457746.sjs
bug461735-post-redirect.js
bug461735-redirect1.sjs
bug461735-redirect2.sjs
bug466080.sjs
bug466409-empty.css
bug466409-page.html
bug475156.sjs
bug482935.sjs
bug540854.sjs
bug578096LoadChromeScript.js Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
bug638112-response.txt
bug638112.sjs
bug696301-script-1.js
bug696301-script-1.js^headers^
bug696301-script-2.js
bug704320.sjs
bug704320_counter.sjs
bug819051.sjs
chrome.ini Bug 1515582. Remove the separate XBL scope setup. r=bholley 2019-02-11 21:51:47 +00:00
copypaste.js Bug 1493292 - Remove aDataLen parameters from nsITransferable.getTransferData. r=smaug 2018-11-20 16:59:56 +00:00
delayedServerEvents.sjs
dummy.html
embed_bug455472.html
empty.html
eventsource.resource
eventsource.resource^headers^
eventsource_redirect.resource
eventsource_redirect.resource^headers^
eventsource_redirect_to.resource
eventsource_redirect_to.resource^headers^
fake_plugin.tst
file1_setting_opener.html
file2_setting_opener.html
file3_setting_opener.html
file4_setting_opener.html
file_audioLoop.html
file_audioLoopInIframe.html
file_base_xbl.xml
file_blocking_image.html
file_bug28293.sjs
file_bug326337.xml
file_bug326337_inner.html
file_bug326337_outer.html
file_bug357450.js
file_bug372086.xml
file_bug416317.xhtml Bug 1449089 part 3 - Remove pref layout.css.scope-pseudo.enabled. r=emilio 2018-03-28 09:41:04 +11:00
file_bug426646-1.html
file_bug426646-2.html
file_bug428847-1.xhtml
file_bug428847-2.xhtml
file_bug498897.css
file_bug498897.html
file_bug498897.html^headers^
file_bug503473-frame.sjs
file_bug503481.sjs
file_bug503481b_inner.html
file_bug518104.js
file_bug541937.html
file_bug541937.xhtml
file_bug557892.html
file_bug562137.txt
file_bug590812-ref.xhtml Bug 1432636 - Switch XMLPrettyPrint to use HTML <details> instead of click handlers for expandables. r=ntim,peterv 2018-02-08 19:03:31 +00:00
file_bug590812.xml
file_bug590870.html
file_bug601803a.html
file_bug601803b.html
file_bug604660-1.xml
file_bug604660-2.xsl
file_bug604660-3.js
file_bug604660-4.js
file_bug604660-5.xml
file_bug604660-6.xsl
file_bug622088.sjs
file_bug622088_inner.html
file_bug675121.sjs
file_bug687859-16.js
file_bug687859-16.js^headers^
file_bug687859-bom.js
file_bug687859-bom.js^headers^
file_bug687859-charset.js
file_bug687859-http.js
file_bug687859-http.js^headers^
file_bug687859-inherit.js
file_bug692434.xml
file_bug704320_preload_attr.html Bug 1460920 - Part 1 - Speculative loading script should take referrerpolicy attribute in script element into account r=hsivonen 2018-11-19 09:39:16 +00:00
file_bug704320_preload_common.js
file_bug704320_preload_noreuse.html
file_bug704320_preload_reuse.html
file_bug704320_redirect.html
file_bug707142_baseline.json
file_bug707142_bom.json
file_bug707142_utf-16.json
file_bug708620-2.html
file_bug708620.html
file_bug753278.html
file_bug769117.html
file_bug782342.txt
file_bug787778.sjs
file_bug869432.eventsource
file_bug869432.eventsource^headers^
file_bug902350.html
file_bug902350_frame.html
file_bug907892.html
file_bug945152.jar
file_bug945152_worker.js
file_bug1008126_worker.js
file_bug1011748_OK.sjs
file_bug1011748_redirect.sjs
file_bug1091883_frame.html
file_bug1091883_subframe.html
file_bug1091883_target.html
file_bug1100912.html Bug 1100912, make dir-state to propagate through shadow DOM, r=mrbkap 2018-07-21 13:11:06 +03:00
file_bug1198095.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
file_bug1250148.sjs
file_bug1268962.sjs
file_bug1274806.html
file_bug1303838.html
file_bug1303838_target.html
file_bug1303838_target_bar.html
file_bug1303838_target_baz.html
file_bug1303838_target_foo.html
file_bug1303838_target_ibar.html
file_bug1303838_target_ibaz.html
file_bug1303838_target_ifoo.html
file_bug1303838_with_iframe.html
file_bug1453693.html Bug 1518121 - Part 3: Add tests for scrollable frame in Shadow DOM; r=smaug 2019-02-13 20:39:08 +00:00
file_change_policy_redirect.html
file_domwindowutils_animation.html Bug 1523625 - Wait until the animation is on the compositor before testing if it is; r=hiro 2019-01-30 06:53:02 +00:00
file_empty.html
file_explicit_user_agent.sjs
file_external_script.html
file_external_script.xhtml
file_general_document.html
file_history_document_open.html
file_htmlserializer_1.html
file_htmlserializer_1_bodyonly.html
file_htmlserializer_1_format.html
file_htmlserializer_1_linebreak.html
file_htmlserializer_1_links.html
file_htmlserializer_1_nested_body.html
file_htmlserializer_1_no_body.html
file_htmlserializer_1_noflag.html
file_htmlserializer_1_noformatpre.html
file_htmlserializer_1_raw.html
file_htmlserializer_1_sibling_body.html
file_htmlserializer_1_sibling_body_only_body.html
file_htmlserializer_1_wrap.html
file_htmlserializer_2.html
file_htmlserializer_2_basic.html
file_htmlserializer_ipv6.html
file_htmlserializer_ipv6_out.html
file_inline_script.html
file_inline_script.xhtml
file_js_cache.html
file_js_cache.js
file_js_cache_save_after_load.html
file_js_cache_save_after_load.js
file_js_cache_syntax_error.html
file_js_cache_syntax_error.js
file_js_cache_with_sri.html
file_messagemanager_unload.html
file_mozfiledataurl_img.jpg
file_navigator_resolve_identity_xrays.xul Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
file_pluginAudio.html Bug 1476145 part 5. Stop using getInterface(nsIDOMWindowUtils) in DOM code. r=mccr8 2018-07-24 19:47:41 -04:00
file_pluginAudioNonAutoStart.html Bug 1476145 part 5. Stop using getInterface(nsIDOMWindowUtils) in DOM code. r=mccr8 2018-07-24 19:47:41 -04:00
file_receiveMessage.html
file_record_orientation.html
file_restrictedEventSource.sjs
file_script.js
file_setname.html
file_settimeout_inner.html
file_timer_flood.html Bug 1437064 - Remove tracking timeouts list from TimeoutManager. r=chutten,Ehsan 2018-10-12 18:01:19 +00:00
file_title.xul
file_use_counter_outer.html
file_use_counter_svg_currentScale.svg
file_use_counter_svg_fill_pattern.svg
file_use_counter_svg_fill_pattern_data.svg
file_use_counter_svg_fill_pattern_definition.svg
file_use_counter_svg_fill_pattern_internal.svg
file_use_counter_svg_getElementById.svg
file_viewport_scroll_quirks.html
file_viewport_scroll_xml.xml
file_webaudioLoop.html
file_webaudioLoop2.html
file_webaudio_startstop.html
file_x-frame-options_main.html
file_x-frame-options_page.sjs
file_xhtmlserializer_1.xhtml
file_xhtmlserializer_1_bodyonly.xhtml
file_xhtmlserializer_1_format.xhtml
file_xhtmlserializer_1_linebreak.xhtml
file_xhtmlserializer_1_links.xhtml
file_xhtmlserializer_1_nested_body.xhtml
file_xhtmlserializer_1_no_body.xhtml
file_xhtmlserializer_1_noflag.xhtml
file_xhtmlserializer_1_noformatpre.xhtml
file_xhtmlserializer_1_raw.xhtml
file_xhtmlserializer_1_sibling_body.xhtml
file_xhtmlserializer_1_sibling_body_only_body.xhtml
file_xhtmlserializer_1_wrap.xhtml
file_xhtmlserializer_2.xhtml
file_xhtmlserializer_2_basic.xhtml
file_xhtmlserializer_2_enthtml.xhtml
file_xhtmlserializer_2_entw3c.xhtml
file_xhtmlserializer_2_latin1.xhtml
file_youtube_flash_embed.html
forRemoval.resource
forRemoval.resource^headers^
formReset.html
iframe1_bug426646.html
iframe1_bug431701.html
iframe2_bug426646.html
iframe2_bug431701.html
iframe3_bug431701.html
iframe4_bug431701.xml
iframe5_bug431701.xml
iframe6_bug431701.xml
iframe7_bug431701.xml
iframe_bug962251.html
iframe_bug976673.html
iframe_main_bug1022229.html
iframe_postMessage_solidus.html
iframe_postMessages.html
iframe_sandbox_bug1022229.html
img_referrer_testserver.sjs
intersectionobserver_cross_domain_iframe.html
intersectionobserver_iframe.html
intersectionobserver_window.html
invalid_accesscontrol.resource
invalid_accesscontrol.resource^headers^
mochitest.ini Bug 1525319 - Removing context from OnDataAvailable r=valentin 2019-02-27 23:42:27 +00:00
moz.build
mozbrowser_api_utils.js Bug 1503070 part 10. Remove sendTouchEvent() API from BrowserElement. r=jryans 2018-11-01 17:37:48 -04:00
noaudio.webm
object_bug353334.html
object_bug455472.html
plugin.js
referrerHelper.js Bug 1424023 - Test run time reduced using another new iframe. r=ckerschb 2018-04-10 17:43:16 -04:00
referrer_change_server.sjs
referrer_helper.js
referrer_testserver.sjs Bug 1502678 - Add an automated test to test referrer header is sent correctly in target=_blank and rel=noopener. r=ckerschb 2018-11-30 14:19:12 +00:00
script-1_bug597345.sjs
script-2_bug597345.js
script_bug602838.sjs
script_bug1238440.js Bug 1515616 - Fix various DOM tests to use nsIFile.NORMAL_FILE_TYPE rather than the unknown nsIFile.FILE_TYPE. r=smaug 2018-12-20 18:17:22 +00:00
script_postmessages_fileList.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
send_gzip_content.sjs Bug 1525319 - Removing context from OnDataAvailable r=valentin 2019-02-27 23:42:27 +00:00
somedatas.resource
somedatas.resource^headers^
test_EventSource_redirects.html
test_Image_constructor.html
test_NodeIterator_basics_filters.xhtml
test_NodeIterator_mutations_1.xhtml
test_NodeIterator_mutations_2.html
test_NodeIterator_mutations_3.html
test_anchor_area_referrer.html
test_anchor_area_referrer_changing.html
test_anchor_area_referrer_invalid.html
test_anchor_area_referrer_rel.html
test_anchor_target_blank_referrer.html Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
test_anonymousContent_api.html
test_anonymousContent_append_after_reflow.html
test_anonymousContent_canvas.html
test_anonymousContent_insert.html
test_anonymousContent_manipulate_content.html Bug 1420320 - Drop dom.animations-api.pending-member.enabled pref; r=bz,hiro 2018-03-16 12:49:55 +09:00
test_anonymousContent_style_csp.html
test_anonymousContent_style_csp.html^headers^
test_anonymousContent_xul_window.xul Bug 1472020 - Make AccessibleCaret a bit saner. r=bz,TYLin 2018-08-13 11:56:48 +02:00
test_appname_override.html
test_async_setTimeout_stack.html
test_async_setTimeout_stack_across_globals.html
test_audioNotification.html
test_audioNotificationSilent_audioFile.html
test_audioNotificationSilent_webAudio.html
test_audioNotificationStopOnNavigation.html
test_audioNotificationStream.html
test_audioNotificationWithEarlyPlay.html
test_audioWindowUtils.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_base.xhtml Bug 903372 - Removal of xml:base. r=baku 2018-12-13 15:16:52 +00:00
test_blockParsing.html Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
test_blocking_image.html Bug 1476145 part 5. Stop using getInterface(nsIDOMWindowUtils) in DOM code. r=mccr8 2018-07-24 19:47:41 -04:00
test_bug5141.html
test_bug28293.html
test_bug28293.xhtml
test_bug51034.html
test_bug116083.html
test_bug166235.html Bug 1506547 - Align user-select behavior more with other UAs. r=mats 2018-11-26 09:21:37 +00:00
test_bug199959.html
test_bug218236.html
test_bug218277.html
test_bug238409.html
test_bug254337.html
test_bug270145.xhtml Bug 1504566 - Remove the XPCOM registration for nsHTMLCopyEncoder; r=mccr8 2018-11-05 17:28:54 -05:00
test_bug276037-1.html
test_bug276037-2.xhtml
test_bug282547.html
test_bug298064.html
test_bug300992.html
test_bug311681.xml
test_bug313646.html
test_bug320799.html
test_bug322317.html
test_bug326337.html
test_bug330925.xhtml
test_bug331959.html
test_bug333064.html
test_bug333198.html
test_bug333673.html
test_bug337631.html
test_bug338541.xhtml
test_bug338583.html
test_bug338679.html Bug 1460295 - Don't dispatch mutation event for style attribute change from CSSOM. r=bz 2018-05-22 16:34:23 +10:00
test_bug339494.html Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8 2018-10-23 07:13:35 +00:00
test_bug339494.xhtml Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8 2018-10-23 07:13:35 +00:00
test_bug340571.html
test_bug343596.html
test_bug345339.html Bug 1330228 - Use HasBeenTypePassword to skip saving to presentation state. r=baku 2018-12-21 16:44:37 +00:00
test_bug346485.html
test_bug352728.html Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8 2018-10-23 07:13:35 +00:00
test_bug352728.xhtml Bug 1467712 - Simplify calls to ok to use only 2 arguments;r=Standard8 2018-11-01 13:48:48 +00:00
test_bug353334.html
test_bug355026.html
test_bug357450.html
test_bug357450.xhtml
test_bug357450_svg.xhtml
test_bug357509.html Bug 1377980 part 3. Remove nsIDOMRange use in JS. r=mccr8 2018-05-17 12:01:38 -04:00
test_bug358660.html
test_bug362391.xhtml
test_bug364092.xhtml
test_bug364413.xhtml
test_bug366944.html
test_bug366946.html
test_bug367164.html
test_bug368972.html
test_bug371576-2.html
test_bug371576-3.html
test_bug371576-4.html
test_bug371576-5.html
test_bug372086.html
test_bug372964-2.html
test_bug372964.html
test_bug373181.xhtml
test_bug375314.html Bug 1439713 - Update tests relying on nsIContentPolicy. r=bz 2018-03-29 11:14:58 +02:00
test_bug378969.html
test_bug380418.html
test_bug380418.html^headers^
test_bug382113.html
test_bug382871.html
test_bug384003.xhtml
test_bug390219.html
test_bug390735.html
test_bug392318.html
test_bug392511.html
test_bug393968.html Bug 1454325 - have XHRs adjust content type of uploads per spec using the MIME Sniffing standard; r=hsivonen 2018-09-20 01:04:51 +00:00
test_bug395915.html
test_bug397234.html Bug 1454325 - have XHRs adjust content type of uploads per spec using the MIME Sniffing standard; r=hsivonen 2018-09-20 01:04:51 +00:00
test_bug398243.html
test_bug401662.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_bug402150.html
test_bug402150.html^headers^
test_bug403841.html
test_bug403852.html Bug 1458883 - Remove File.lastModifiedDate, r=qdot 2018-05-04 14:39:53 +02:00
test_bug403868.xml
test_bug405182.html
test_bug409380.html
test_bug410229.html
test_bug413974.html
test_bug414190.html
test_bug415860.html
test_bug416317-1.html
test_bug416317-2.html
test_bug416383.html
test_bug417255.html
test_bug417384.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_bug418214.html
test_bug418986-1.html
test_bug419132.html
test_bug419527.xhtml Bug 1515582. Remove the separate XBL scope setup. r=bholley 2019-02-11 21:51:47 +00:00
test_bug420609.xhtml
test_bug420700.html
test_bug421602.html
test_bug422403-1.html Bug 1529252: Remove the 2 from the various version to create a channel within nsIIOService.idl. r=valentin 2019-02-21 12:48:20 +01:00
test_bug422403-2.xhtml Bug 1529252: Remove the 2 from the various version to create a channel within nsIIOService.idl. r=valentin 2019-02-21 12:48:20 +01:00
test_bug422537.html
test_bug424212.html
test_bug424359-1.html Bug 1529252: Remove the 2 from the various version to create a channel within nsIIOService.idl. r=valentin 2019-02-21 12:48:20 +01:00
test_bug424359-2.html Bug 1529252: Remove the 2 from the various version to create a channel within nsIIOService.idl. r=valentin 2019-02-21 12:48:20 +01:00
test_bug426308.html
test_bug426646.html
test_bug428847.html
test_bug429157.html
test_bug431082.html
test_bug431701.html
test_bug431833.html
test_bug433533.html
test_bug433662.html
test_bug435425.html
test_bug444030.xhtml
test_bug444322.html
test_bug444546.html
test_bug444722.html
test_bug448993.html
test_bug450160.html
test_bug451376.html
test_bug453521.html
test_bug453736.html
test_bug454325.html
test_bug454326.html
test_bug455472.html
test_bug455629.html
test_bug456262.html
test_bug457746.html
test_bug459424.html
test_bug461555.html
test_bug461735.html
test_bug465767.html
test_bug466080.html
test_bug466409.html
test_bug466751.xhtml
test_bug469020.html
test_bug469304.html
test_bug473162-1.html
test_bug473162-2.html
test_bug475156.html
test_bug482935.html
test_bug484396.html
test_bug493881.html
test_bug493881.js
test_bug498240.html
test_bug498433.html Bug 1529252: Remove the 2 from the various version to create a channel within nsIIOService.idl. r=valentin 2019-02-21 12:48:20 +01:00
test_bug498897.html Bug 1439713 - Update tests relying on nsIContentPolicy. r=bz 2018-03-29 11:14:58 +02:00
test_bug499656.html
test_bug499656.xhtml
test_bug500937.html
test_bug503473.html
test_bug503481.html
test_bug503481b.html
test_bug513194.html Bug 1463291: Move docShell getter from Document to Window. r=bz 2018-05-21 16:58:23 -07:00
test_bug514487.html
test_bug515401.html
test_bug518104.html Bug 1364399 follow-up - Test cases and clarifying comment. r=smaug. 2018-11-07 12:54:42 +02:00
test_bug527896.html
test_bug540854.html
test_bug541937.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_bug544642.html
test_bug545644.html Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8 2018-10-23 07:13:35 +00:00
test_bug545644.xhtml Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8 2018-10-23 07:13:35 +00:00
test_bug548463.html Bug 749981: Remove Node.getUserData / setUserData. r=smaug 2018-03-17 19:33:07 +01:00
test_bug553896.xhtml
test_bug557892.html
test_bug558726.html Bug 606528. Don't map the type attribute for inputs. r=emilio 2018-07-06 11:43:14 -07:00
test_bug559526.html
test_bug560780.html
test_bug562137.html
test_bug562169-1.html
test_bug562169-2.html
test_bug562652.html
test_bug564047.html
test_bug564863.xhtml Bug 1511138 - Fix / update tests. r=smaug 2018-12-07 14:23:31 -05:00
test_bug567350.html
test_bug574596.html Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,r=nika 2018-08-22 15:10:31 -04:00
test_bug578096.html
test_bug585978.html
test_bug587931.html
test_bug588990.html
test_bug590812.html
test_bug590870.html
test_bug592366.html
test_bug592829.html Bug 1453869 part 10. Stop constructing DOMParser by contract. r=mrbkap 2018-04-20 23:04:45 -04:00
test_bug597345.html
test_bug599295.html
test_bug599588.html
test_bug601803.html
test_bug602838.html
test_bug604592.html
test_bug604660.html
test_bug605982.html
test_bug606729.html
test_bug614058.html
test_bug622088.html
test_bug622117.html
test_bug622246.html
test_bug625722.html
test_bug626262.html
test_bug628938.html
test_bug631615.html
test_bug638112.html
test_bug647518.html
test_bug650001.html
test_bug650776.html
test_bug650784.html
test_bug656283.html
test_bug664916.html
test_bug666604.html Bug 1503681 - rel=noopener implicit for target=_blank in anchor and area elements when no rel attribute is set - fix tests, r=me 2018-11-28 08:22:06 +01:00
test_bug675121.html
test_bug675166.html
test_bug682463.html
test_bug682554.html
test_bug682592.html
test_bug684671.html
test_bug685798.html
test_bug686449.xhtml
test_bug687859.html
test_bug690056.html
test_bug692434.html
test_bug693615.html
test_bug693875.html
test_bug694754.xhtml
test_bug696301-1.html
test_bug696301-2.html
test_bug698381.html
test_bug698384.html
test_bug704063.html
test_bug704320-1.html Bug 1453396 - Tests splitted into two to fix intermittent test timed out. r=ckerschb 2018-05-25 16:20:32 +03:00
test_bug704320-2.html Bug 1453396 - Tests splitted into two to fix intermittent test timed out. r=ckerschb 2018-05-25 16:20:32 +03:00
test_bug704320_policyset.html
test_bug704320_policyset2.html
test_bug704320_preload.html Bug 1460920 - Part 1 - Speculative loading script should take referrerpolicy attribute in script element into account r=hsivonen 2018-11-19 09:39:16 +00:00
test_bug707142.html
test_bug708620.html
test_bug711047.html
test_bug711180.html
test_bug715041.xul Bug 1524687: Part 9 - Convert gtk widget module to static registration. r=erahm 2019-01-24 17:27:24 -08:00
test_bug715041_removal.xul Bug 1524687: Part 9 - Convert gtk widget module to static registration. r=erahm 2019-01-24 17:27:24 -08:00
test_bug719533.html
test_bug726364.html
test_bug737087.html
test_bug737565.html
test_bug737612.html
test_bug738108.html
test_bug744830.html
test_bug749367.html
test_bug750096.html
test_bug753278.html
test_bug761120.html
test_bug769117.html
test_bug782342.html
test_bug787778.html
test_bug789315.html
test_bug789856.html
test_bug809003.html
test_bug810494.html
test_bug811701.html
test_bug811701.xhtml
test_bug813919.html
test_bug814576.html
test_bug819051.html
test_bug820909.html
test_bug864595.html
test_bug868999.html
test_bug869000.html
test_bug869002.html
test_bug869006.html
test_bug876282.html
test_bug890580.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_bug891952.html
test_bug894874.html
test_bug895239.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_bug895974.html
test_bug902847.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_bug907892.html
test_bug913761.html
test_bug922681.html
test_bug927196.html
test_bug945152.html
test_bug962251.html
test_bug976673.html Bug 181137 - part 1: Move nsContentIterator and nsContentSubtreeIterator into mozilla namespace r=smaug 2019-01-11 01:47:15 +00:00
test_bug982153.html
test_bug999456.html
test_bug1008126.html
test_bug1016960.html
test_bug1022229.html
test_bug1025933.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1037687.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1037687_subframe.html
test_bug1043106.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_bug1057176.html
test_bug1060938.html
test_bug1064481.html
test_bug1070015.html
test_bug1075702.html
test_bug1091883.html
test_bug1100912.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1101364.html Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_bug1118689.html
test_bug1126851.html
test_bug1163743.html
test_bug1165501.html
test_bug1187157.html
test_bug1198095.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_bug1222633.html
test_bug1222633_link_update.html
test_bug1238440.html
test_bug1250148.html
test_bug1259588.html
test_bug1268962.html
test_bug1274806.html
test_bug1281963.html Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_bug1295852.html Bug 1471814 - Add a preference for {Document,Element}.getAnimations(); r=bz,hiro 2018-07-14 09:23:03 +09:00
test_bug1307730.html
test_bug1308069.html
test_bug1314032.html
test_bug1318303.html
test_bug1375050.html
test_bug1381710.html
test_bug1384661.html
test_bug1399605.html
test_bug1404385.html
test_bug1406102.html
test_bug1421568.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1453693.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1472427.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1499169.html Bug 1499169 - Split MIME type of nsObjectLoadingContent when retreived from tag; r=bzbarsky 2018-11-06 22:31:00 +00:00
test_caretPositionFromPoint.html Bug 1025815 - caretPositionFromPoint needs to account for CSS transforms. r=bz 2018-05-08 18:09:32 +08:00
test_change_policy.html
test_clearTimeoutIntervalNoArg.html
test_constructor-assignment.html
test_constructor.html
test_content_iterator_post_order.html Bug 1325850 - part 2: Add automated tests for nsIContentIterator concrete classes r=smaug 2019-01-03 22:27:47 +00:00
test_content_iterator_pre_order.html Bug 1325850 - part 2: Add automated tests for nsIContentIterator concrete classes r=smaug 2019-01-03 22:27:47 +00:00
test_content_iterator_subtree.html Bug 181137 - part 1: Move nsContentIterator and nsContentSubtreeIterator into mozilla namespace r=smaug 2019-01-11 01:47:15 +00:00
test_copyimage.html Bug 1493292 - Remove aDataLen parameters from nsITransferable.getTransferData. r=smaug 2018-11-20 16:59:56 +00:00
test_copypaste.html Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_copypaste.xhtml Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_copypaste.xul Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_createHTMLDocument.html
test_custom_element.html
test_data_uri.html Bug 1466723 - Fix race in dom/base/test/test_data_uri.html. r=heycam 2018-05-21 16:00:32 +01:00
test_document.all_iteration.html
test_document.all_unqualified.html
test_document_constructor.html
test_document_importNode_document.html
test_domparser_null_char.html
test_domparsing.html
test_domrequest.html
test_domrequesthelper.xul Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
test_domwindowutils.html Bug 1523625 - Wait until the animation is on the compositor before testing if it is; r=hiro 2019-01-30 06:53:02 +00:00
test_element.matches.html
test_elementTraversal.html
test_element_closest.html
test_encodeToStringWithMaxLength.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_encodeToStringWithRequiresReinitAfterOutput.html Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8 2018-11-05 23:16:04 -05:00
test_error.html
test_eventsource_event_listener_leaks.html Bug 1450358 P5 Test EventSource for event listener leaks. r=baku 2018-04-04 11:25:43 -07:00
test_explicit_user_agent.html Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_find.html Bug 1442466 - Fix bogus IsInNativeAnonymousSubtree function in nsWebBrowserFind. r=bzbarsky 2018-12-11 04:18:11 +00:00
test_find_nac.html Bug 1442466 - Fix bogus IsInNativeAnonymousSubtree function in nsWebBrowserFind. r=bzbarsky 2018-12-11 04:18:11 +00:00
test_fragment_sanitization.xul Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_getAttribute_after_createAttribute.html
test_getElementById.html
test_getTranslationNodes.html Bug 1476145 part 5. Stop using getInterface(nsIDOMWindowUtils) in DOM code. r=mccr8 2018-07-24 19:47:41 -04:00
test_getTranslationNodes_limit.html Bug 1476145 part 5. Stop using getInterface(nsIDOMWindowUtils) in DOM code. r=mccr8 2018-07-24 19:47:41 -04:00
test_gsp-qualified.html
test_gsp-quirks.html
test_gsp-standards.html
test_history_document_open.html
test_history_state_null.html
test_html_colors_quirks.html
test_html_colors_standards.html
test_htmlcopyencoder.html Bug 1504566 - Remove the XPCOM registration for nsHTMLCopyEncoder; r=mccr8 2018-11-05 17:28:54 -05:00
test_htmlcopyencoder.xhtml Bug 1504566 - Remove the XPCOM registration for nsHTMLCopyEncoder; r=mccr8 2018-11-05 17:28:54 -05:00
test_iframe_event_listener_leaks.html Bug 1451426 Test that iframe does not leak cotent windows through event listeners. r=baku 2018-04-06 07:30:02 -07:00
test_iframe_referrer.html
test_iframe_referrer_changing.html
test_iframe_referrer_invalid.html
test_img_referrer.html
test_innersize_scrollport.html Bug 1471708 - Rename the "scroll-position clamping scroll port size" to "visual viewport size". r=botond 2018-07-22 21:49:38 +02:00
test_integer_attr_with_leading_zero.html
test_intersectionobservers.html Bug 1369395 - Change test_intersectionobservers.html to put test callbacks through the event queue twice to ensure that we get processed after any relevant intersection callbacks. r=mstange 2018-05-31 12:15:10 +12:00
test_link_prefetch.html
test_link_preload.html
test_link_stylesheet.html
test_messagePort.html
test_messagemanager_principal.html Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
test_messagemanager_send_principal.html Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
test_messagemanager_targetchain.html
test_meta_viewport0.html Bug 1510214 - Change the default minimum scale to match Chrome's. r=botond 2018-11-29 07:32:25 +00:00
test_meta_viewport1.html Bug 1431601 - Rewrite test_meta_viewportX.html with add_task. r=botond 2018-10-15 23:53:43 +00:00
test_meta_viewport2.html Bug 1431601 - Rewrite test_meta_viewportX.html with add_task. r=botond 2018-10-15 23:53:43 +00:00
test_meta_viewport3.html Bug 1431601 - Rewrite test_meta_viewportX.html with add_task. r=botond 2018-10-15 23:53:43 +00:00
test_meta_viewport4.html Bug 1431601 - Rewrite test_meta_viewportX.html with add_task. r=botond 2018-10-15 23:53:43 +00:00
test_meta_viewport5.html Bug 1431601 - Run meta viewport tests on Desktop. r=botond 2018-10-15 23:53:43 +00:00
test_meta_viewport6.html Bug 1431601 - Rewrite test_meta_viewportX.html with add_task. r=botond 2018-10-15 23:53:43 +00:00
test_meta_viewport7.html Bug 1431601 - Rewrite test_meta_viewportX.html with add_task. r=botond 2018-10-15 23:53:43 +00:00
test_meta_viewport_auto_size_by_device_height.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_device_width.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_fixed_height_and_initial_scale_1.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_fixed_width_and_device_height.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_fixed_width_and_initial_scale_1.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_initial_scale_0_5.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_initial_scale_1.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_invalid_width.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_auto_size_by_invalid_width_and_fixed_height.html Bug 1501106 - Various test cases checking current autoSize behavior. r=botond 2018-10-24 21:46:55 +00:00
test_meta_viewport_device_width.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_device_width_with_initial_scale_0_5.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_device_width_with_initial_scale_2.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_initial_scale_0_5.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_initial_scale_2.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_maximum_scale_0.html Bug 1431601 - Implement "Resolve min-zoom and max-zoom values" in the spec. r=botond 2018-10-15 23:53:44 +00:00
test_meta_viewport_maximum_scale_0_5.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_maximum_scale_2.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_negative_width_and_negative_height.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_negative_width_and_no_height.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_negative_width_and_valid_height.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_no_width_and_negative_height.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_no_width_and_valid_height.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_tiny_display_size.html Bug 1517821 - Add a mochitest for bug 1513232. r=kats 2019-01-04 20:16:35 +00:00
test_meta_viewport_valid_width_and_negative_height.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_meta_viewport_valid_width_and_no_height.html Bug 1494422 - Test cases for viewport calculation. r=botond 2018-10-19 22:11:24 +00:00
test_mozMatchesSelector.html
test_mozbrowser_apis_allowed.html Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_mozbrowser_apis_blocked.html Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_mutationobserver_anonymous.html
test_mutationobservers.html Bug 1453789: Remove Element.createShadowRoot. r=smaug 2018-04-13 20:51:55 +02:00
test_named_frames.html
test_navigatorPrefOverride.html
test_navigator_hardwareConcurrency.html
test_navigator_language.html
test_navigator_resolve_identity_xrays.xul Bug 1519596: Part 1 - Remove several unnecessary/unused ChromeUtils.import() calls. r=Gijs 2019-01-11 16:59:23 -08:00
test_noAudioNotification.html
test_noAudioNotificationOnMutedElement.html
test_noAudioNotificationOnMutedOrVolume0Element.html
test_noAudioNotificationOnVolume0Element.html
test_noWebAudioNotification.html
test_nodelist_holes.html
test_openDialogChromeOnly.html Bug 1484759 - Update references to browser.xul in tests to use AppConstants.BROWSER_CHROME_URL;r=Gijs 2018-08-21 15:33:26 +00:00
test_open_null_features.html
test_pluginAudioNotification.html
test_pluginMutedBeforePlay.html
test_plugin_freezing.html
test_postMessage_originAttributes.html Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_postMessage_solidus.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_postMessages.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_processing_instruction_update_stylesheet.xhtml
test_progress_events_for_gzip_data.html
test_range_bounds.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_reentrant_flush.html
test_referrer_redirect.html
test_root_iframe.html
test_sandboxed_blob_uri.html Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
test_screen_orientation.html
test_script_loader_crossorigin_data_url.html
test_script_loader_js_cache.html
test_sendQueryContentAndSelectionSetEvent.html Bug 1499096 - Update wrong usage of ok() with todo_is();r=Standard8 2018-10-23 07:13:02 +00:00
test_setInterval_from_start.html
test_setInterval_uncatchable_exception.html
test_setTimeoutWith0.html
test_settimeout_extra_arguments.html
test_settimeout_inner.html
test_setting_opener.html
test_style_cssText.html
test_text_wholeText.html
test_textnode_normalize_in_selection.html
test_textnode_split_in_selection.html
test_timeout_clamp.html Bug 1442940 Turn off jitter for dom/base/test/test_timeout_clamp.html which is (likely) causing intermittents r=baku 2018-03-06 11:10:10 -06:00
test_timer_flood.html Bug 1437064 - Remove tracking timeouts list from TimeoutManager. r=chutten,Ehsan 2018-10-12 18:01:19 +00:00
test_title.html
test_treewalker_nextsibling.xml
test_urgent_start.html Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
test_user_select.html Bug 1524266 - Should be able to delete non-selectable and non-editable content in a contenteditable subtree. r=mats 2019-02-04 12:03:32 +01:00
test_viewport_scroll.html
test_viewsource_forbidden_in_object.html
test_w3element_traversal.html
test_w3element_traversal.xhtml
test_w3element_traversal_svg.html
test_warning_for_blocked_cross_site_request.html Bug 1501503 Part 2: Test that CORS rejection messages are output for loads triggered from styles. r=ckerschb 2018-11-09 18:29:15 +01:00
test_webaudioNotification.html
test_webaudioNotificationStopOnNavigation.html
test_window_constructor.html
test_window_content.html
test_window_cross_origin_props.html
test_window_define_nonconfigurable.html Bug 1521677. Change defineProperties to handle non-configurable properties on WindowProxy like defineProperty does. r=evilpie 2019-02-06 16:55:08 +00:00
test_window_define_symbol.html
test_window_element_enumeration.html
test_window_enumeration.html
test_window_extensible.html
test_window_indexing.html
test_window_keys.html
test_window_named_frame_enumeration.html
test_window_own_props.html
test_window_proto.html
test_writable-replaceable.html
test_x-frame-options.html Bug 1489308 part 5. Align the work we do on document.open with the spec. r=mccr8,smaug 2019-02-27 23:24:48 +00:00
test_youtube_flash_embed.html
variable_style_sheet.sjs
viewport_helpers.js Bug 1431601 - Run meta viewport tests on Desktop. r=botond 2018-10-15 23:53:43 +00:00
w3element_traversal.svg
wholeTexty-helper.xml
worker_postMessages.js