gecko-dev/dom/tests/mochitest/general
2013-07-10 23:52:35 +02:00
..
497633.html
file_bug628069.html
file_clonewrapper.html Bug 744907 - Remove BlobBuilder; r=sicking 2012-09-20 09:55:36 +02:00
file_domWindowUtils_scrollbarSize.html Bug 845010 - turn nsIDOMWindowUtils.getScrollbarWidth() into .getScrollbarSize(); r=roc 2013-02-25 23:13:36 +01:00
file_frameElementWrapping.html Bug 729589 - Fix frameElement wrapping test. r=Ms2ger 2012-03-08 12:55:57 -08:00
file_moving_nodeList.html Fix for bug 791774 (Hook DOM lists up to the new DOM bindings). r=bz. 2012-06-13 17:18:30 +02:00
file_moving_xhr.html Fix for bug 740069 (Generate JS bindings in C++ with a python script for DOM objects on the main thread and in workers. Infrastructure and new bindings for XMLHttpRequest). Patch by bent/bz/bholley/jst/khuey/peterv, r=bent/bz/bholley/jlebar/khuey/peterv/sicking/smaug. 2012-03-30 21:42:20 -07:00
file_MozEnteredDomFullscreen.html Bug 716107 part 4 - Dispatch MozEnteredDomFullscreen to document which requests fullscreen. r=smaug 2012-05-09 09:47:19 +12:00
file_showModalDialog.html Bug 860941 - Tests. r=jst 2013-05-17 10:43:20 -07:00
historyframes.html
Makefile.in Bug 868329 - Switch legacy cases of test disabling on Android/B2G using makefile ifdefs over to android.json & b2g.json. r=edmorley 2013-05-07 12:46:45 -04:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
test_497898.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_bug504220.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00
test_bug628069_1.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_bug628069_2.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_bug629535.html Bug 629535 - Add navigator.doNotTrack. r=sicking 2011-09-19 15:59:22 -04:00
test_bug631440.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_bug653364.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_bug861217.html Bug 861217 - Add tests for scrollWidth on a table data TD cell in a fixed-layout table. r=bz 2013-04-24 08:36:10 -04:00
test_clientRects.html Bug 591718. Make getClientRects/getBoundingClientRect take transforms into account, and not treat SVG <foreignObject> as establishing a new viewport. r=mats 2011-12-28 16:26:46 +13:00
test_clipboard_events.html Bug 850198, Fix null pointer checks on clipboardData when clipboard events preference is false, r=smaug 2013-03-12 14:50:05 -04:00
test_consoleAPI.html Bug 772665 - Add console.profile to test_consoleAPI.html. r=gavin 2012-07-12 17:27:10 -04:00
test_domWindowUtils_scrollbarSize.html Bug 845010 - turn nsIDOMWindowUtils.getScrollbarWidth() into .getScrollbarSize(); r=roc 2013-02-25 23:13:36 +01:00
test_domWindowUtils_scrollXY.html Bug 775868, part 1: make tests access DomWinUtils via SpecialPowers. r=smaug 2012-09-10 12:43:45 -07:00
test_domWindowUtils.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00
test_focus_legend_noparent.html Bug 670317, add a focus manager flag to restrict tab navigation to the same frame, r=smaug 2012-02-13 14:24:28 -05:00
test_focusrings.xul Backout bug 862693 (Stop the :-moz-focusring pseudo-class from matching if an element is themed and the theme will display a visual indication of focus for the element. r=roc) 2013-04-21 11:30:11 +01:00
test_for_of.html Bug 699565 - Part 4 - for-of loops on array-like DOM object. r=bz. 2012-02-07 12:57:17 -06:00
test_framedhistoryframes.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_frameElementWrapping.html Bug 729589 - Fix frameElement wrapping test. r=Ms2ger 2012-03-08 12:55:57 -08:00
test_idleapi_permissions.html Bug 783500 - Tests for IdleAPI permissions. r=mounir 2012-10-09 09:32:43 +01:00
test_innerScreen.xul Bug 564815 - Tests for window.devicePixelRatio 2012-11-26 09:52:19 -08:00
test_interfaces.html Bug 803414 - Part 1: Add RecordErrorEvent interface to test case. r=smaug 2013-07-03 14:15:14 +08:00
test_network_events.html Bug 795136 - 2/2 - Add 'network-events' permission to access network-{upload,download} events. r=sicking 2012-09-30 14:48:40 +01:00
test_offsets.css Bug 520992: Adjust computed width and height before returning to account for box-sizing. [r=bz] 2013-04-04 09:00:07 -05:00
test_offsets.html Bug 520992: Adjust computed width and height before returning to account for box-sizing. [r=bz] 2013-04-04 09:00:07 -05:00
test_offsets.js Bug 833542. Make scrollWidth/scrollHeight for overflow:visible match what they would be for overflow:hidden on the same element. r=mats 2013-01-29 14:38:22 +13:00
test_offsets.xul Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc 2013-05-02 10:58:00 -04:00
test_outerHTML.html Bug 745498 - Add testcases for DOM4 exception types. r=sicking 2012-04-26 09:42:26 -07:00
test_outerHTML.xhtml Bug 745498 - Add testcases for DOM4 exception types. r=sicking 2012-04-26 09:42:26 -07:00
test_performance_now.html Bug 749894: performance.now() mochitest3: Better spec compliance, stricter test, better slack. r=bz 2013-03-05 07:17:11 +02:00
test_showModalDialog.html Bug 860941 - Tests. r=jst 2013-05-17 10:43:20 -07:00
test_stylesheetPI.html Fix for bug 836809 (Convert XMLStyleSheetProcessingInstruction to WebIDL). r=bz. 2013-02-01 13:28:37 +01:00
test_vibrator.html Bug 769571 - Unprefix Vibrator API. r=jlebar sr=smaug 2012-07-05 12:04:45 +02:00
test_windowedhistoryframes.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_windowProperties.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00