From eb70e6e3d0bff11c25f14b1196025791bf2308fb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/content/tests/widgets/.eslintrc.js | 8 - toolkit/content/tests/widgets/audio.ogg | Bin 14293 -> 0 bytes toolkit/content/tests/widgets/audio.wav | Bin 1422 -> 0 bytes toolkit/content/tests/widgets/chrome.ini | 20 - toolkit/content/tests/widgets/head.js | 23 - toolkit/content/tests/widgets/mochitest.ini | 40 - toolkit/content/tests/widgets/popup_shared.js | 424 ------ toolkit/content/tests/widgets/seek_with_sound.ogg | Bin 299507 -> 0 bytes .../widgets/test_audiocontrols_dimensions.html | 38 - toolkit/content/tests/widgets/test_bug898940.html | 31 - .../tests/widgets/test_contextmenu_menugroup.xul | 102 -- .../tests/widgets/test_contextmenu_nested.xul | 138 -- .../tests/widgets/test_editor_currentURI.xul | 39 - toolkit/content/tests/widgets/test_menubar.xul | 30 - .../tests/widgets/test_mousecapture_area.html | 109 -- toolkit/content/tests/widgets/test_popupanchor.xul | 430 ------ .../content/tests/widgets/test_popupreflows.xul | 111 -- .../tests/widgets/test_tree_column_reorder.xul | 76 -- .../content/tests/widgets/test_videocontrols.html | 411 ------ .../tests/widgets/test_videocontrols_audio.html | 60 - .../test_videocontrols_audio_direction.html | 31 - .../test_videocontrols_iframe_fullscreen.html | 64 - .../widgets/test_videocontrols_jsdisabled.html | 70 - .../widgets/test_videocontrols_onclickplay.html | 74 -- .../widgets/test_videocontrols_standalone.html | 90 -- .../test_videocontrols_video_direction.html | 31 - .../tests/widgets/test_videocontrols_vtt.html | 133 -- toolkit/content/tests/widgets/tree_shared.js | 1405 -------------------- toolkit/content/tests/widgets/video.ogg | Bin 285310 -> 0 bytes .../widgets/videocontrols_direction-1-ref.html | 10 - .../tests/widgets/videocontrols_direction-1a.html | 10 - .../tests/widgets/videocontrols_direction-1b.html | 10 - .../tests/widgets/videocontrols_direction-1c.html | 10 - .../tests/widgets/videocontrols_direction-1d.html | 10 - .../tests/widgets/videocontrols_direction-1e.html | 10 - .../widgets/videocontrols_direction-2-ref.html | 10 - .../tests/widgets/videocontrols_direction-2a.html | 10 - .../tests/widgets/videocontrols_direction-2b.html | 10 - .../tests/widgets/videocontrols_direction-2c.html | 10 - .../tests/widgets/videocontrols_direction-2d.html | 10 - .../tests/widgets/videocontrols_direction-2e.html | 10 - .../tests/widgets/videocontrols_direction_test.js | 90 -- toolkit/content/tests/widgets/videomask.css | 23 - toolkit/content/tests/widgets/window_menubar.xul | 820 ------------ 44 files changed, 5041 deletions(-) delete mode 100644 toolkit/content/tests/widgets/.eslintrc.js delete mode 100644 toolkit/content/tests/widgets/audio.ogg delete mode 100644 toolkit/content/tests/widgets/audio.wav delete mode 100644 toolkit/content/tests/widgets/chrome.ini delete mode 100644 toolkit/content/tests/widgets/head.js delete mode 100644 toolkit/content/tests/widgets/mochitest.ini delete mode 100644 toolkit/content/tests/widgets/popup_shared.js delete mode 100644 toolkit/content/tests/widgets/seek_with_sound.ogg delete mode 100644 toolkit/content/tests/widgets/test_audiocontrols_dimensions.html delete mode 100644 toolkit/content/tests/widgets/test_bug898940.html delete mode 100644 toolkit/content/tests/widgets/test_contextmenu_menugroup.xul delete mode 100644 toolkit/content/tests/widgets/test_contextmenu_nested.xul delete mode 100644 toolkit/content/tests/widgets/test_editor_currentURI.xul delete mode 100644 toolkit/content/tests/widgets/test_menubar.xul delete mode 100644 toolkit/content/tests/widgets/test_mousecapture_area.html delete mode 100644 toolkit/content/tests/widgets/test_popupanchor.xul delete mode 100644 toolkit/content/tests/widgets/test_popupreflows.xul delete mode 100644 toolkit/content/tests/widgets/test_tree_column_reorder.xul delete mode 100644 toolkit/content/tests/widgets/test_videocontrols.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_audio.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_audio_direction.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_iframe_fullscreen.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_jsdisabled.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_onclickplay.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_standalone.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_video_direction.html delete mode 100644 toolkit/content/tests/widgets/test_videocontrols_vtt.html delete mode 100644 toolkit/content/tests/widgets/tree_shared.js delete mode 100644 toolkit/content/tests/widgets/video.ogg delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1-ref.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1a.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1b.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1c.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1d.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1e.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2-ref.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2a.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2b.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2c.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2d.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2e.html delete mode 100644 toolkit/content/tests/widgets/videocontrols_direction_test.js delete mode 100644 toolkit/content/tests/widgets/videomask.css delete mode 100644 toolkit/content/tests/widgets/window_menubar.xul (limited to 'toolkit/content/tests/widgets') diff --git a/toolkit/content/tests/widgets/.eslintrc.js b/toolkit/content/tests/widgets/.eslintrc.js deleted file mode 100644 index e14919375..000000000 --- a/toolkit/content/tests/widgets/.eslintrc.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; - -module.exports = { - "extends": [ - "../../../../testing/mochitest/mochitest.eslintrc.js", - "../../../../testing/mochitest/chrome.eslintrc.js" - ] -}; diff --git a/toolkit/content/tests/widgets/audio.ogg b/toolkit/content/tests/widgets/audio.ogg deleted file mode 100644 index a553c23e7..000000000 Binary files a/toolkit/content/tests/widgets/audio.ogg and /dev/null differ diff --git a/toolkit/content/tests/widgets/audio.wav b/toolkit/content/tests/widgets/audio.wav deleted file mode 100644 index c6fd5cb86..000000000 Binary files a/toolkit/content/tests/widgets/audio.wav and /dev/null differ diff --git a/toolkit/content/tests/widgets/chrome.ini b/toolkit/content/tests/widgets/chrome.ini deleted file mode 100644 index 841b86c0f..000000000 --- a/toolkit/content/tests/widgets/chrome.ini +++ /dev/null @@ -1,20 +0,0 @@ -[DEFAULT] -skip-if = os == 'android' -support-files = - tree_shared.js - popup_shared.js - window_menubar.xul - seek_with_sound.ogg - -[test_contextmenu_nested.xul] -skip-if = os == 'linux' # Bug 1116215 -[test_contextmenu_menugroup.xul] -skip-if = os == 'linux' # Bug 1115088 -[test_editor_currentURI.xul] -[test_menubar.xul] -skip-if = os == 'mac' -[test_popupanchor.xul] -skip-if = os == 'android' -[test_popupreflows.xul] -[test_tree_column_reorder.xul] -[test_videocontrols_onclickplay.html] diff --git a/toolkit/content/tests/widgets/head.js b/toolkit/content/tests/widgets/head.js deleted file mode 100644 index c2ae0c7ae..000000000 --- a/toolkit/content/tests/widgets/head.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; - -function waitForCondition(condition, nextTest, errorMsg) { - var tries = 0; - var interval = setInterval(function() { - if (tries >= 30) { - ok(false, errorMsg); - moveOn(); - } - var conditionPassed; - try { - conditionPassed = condition(); - } catch (e) { - ok(false, e + "\n" + e.stack); - conditionPassed = false; - } - if (conditionPassed) { - moveOn(); - } - tries++; - }, 100); - var moveOn = function() { clearInterval(interval); nextTest(); }; -} diff --git a/toolkit/content/tests/widgets/mochitest.ini b/toolkit/content/tests/widgets/mochitest.ini deleted file mode 100644 index abc77c80b..000000000 --- a/toolkit/content/tests/widgets/mochitest.ini +++ /dev/null @@ -1,40 +0,0 @@ -[DEFAULT] -support-files = - audio.wav - audio.ogg - seek_with_sound.ogg - head.js - tree_shared.js - videocontrols_direction-1-ref.html - videocontrols_direction-1a.html - videocontrols_direction-1b.html - videocontrols_direction-1c.html - videocontrols_direction-1d.html - videocontrols_direction-1e.html - videocontrols_direction-2-ref.html - videocontrols_direction-2a.html - videocontrols_direction-2b.html - videocontrols_direction-2c.html - videocontrols_direction-2d.html - videocontrols_direction-2e.html - videocontrols_direction_test.js - videomask.css - -[test_audiocontrols_dimensions.html] -skip-if = toolkit == 'android' -[test_mousecapture_area.html] -[test_videocontrols.html] -tags = fullscreen -skip-if = toolkit == 'android' #TIMED_OUT -[test_videocontrols_vtt.html] -skip-if = toolkit == 'android' -[test_videocontrols_iframe_fullscreen.html] -[test_videocontrols_audio.html] -[test_videocontrols_audio_direction.html] -[test_videocontrols_jsdisabled.html] -skip-if = toolkit == 'android' # bug 1272646 -[test_videocontrols_standalone.html] -skip-if = true # bug 1075573, bug 1262130 -[test_videocontrols_video_direction.html] -skip-if = os == 'win' -[test_bug898940.html] diff --git a/toolkit/content/tests/widgets/popup_shared.js b/toolkit/content/tests/widgets/popup_shared.js deleted file mode 100644 index 49735c5ad..000000000 --- a/toolkit/content/tests/widgets/popup_shared.js +++ /dev/null @@ -1,424 +0,0 @@ -/* - * This script is used for menu and popup tests. Call startPopupTests to start - * the tests, passing an array of tests as an argument. Each test is an object - * with the following properties: - * testname - name of the test - * test - function to call to perform the test - * events - a list of events that are expected to be fired in sequence - * as a result of calling the 'test' function. This list should be - * an array of strings of the form "eventtype targetid" where - * 'eventtype' is the event type and 'targetid' is the id of - * target of the event. This function will be passed two - * arguments, the testname and the step argument. - * Alternatively, events may be a function which returns the array - * of events. This can be used when the events vary per platform. - * result - function to call after all the events have fired to check - * for additional results. May be null. This function will be - * passed two arguments, the testname and the step argument. - * steps - optional array of values. The test will be repeated for - * each step, passing each successive value within the array to - * the test and result functions - * autohide - if set, should be set to the id of a popup to hide after - * the test is complete. This is a convenience for some tests. - * condition - an optional function which, if it returns false, causes the - * test to be skipped. - * end - used for debugging. Set to true to stop the tests after running - * this one. - */ - -const menuactiveAttribute = "_moz-menuactive"; - -var gPopupTests = null; -var gTestIndex = -1; -var gTestStepIndex = 0; -var gTestEventIndex = 0; -var gAutoHide = false; -var gExpectedEventDetails = null; -var gExpectedTriggerNode = null; -var gWindowUtils; -var gPopupWidth = -1, gPopupHeight = -1; - -function startPopupTests(tests) -{ - document.addEventListener("popupshowing", eventOccurred, false); - document.addEventListener("popupshown", eventOccurred, false); - document.addEventListener("popuphiding", eventOccurred, false); - document.addEventListener("popuphidden", eventOccurred, false); - document.addEventListener("command", eventOccurred, false); - document.addEventListener("DOMMenuItemActive", eventOccurred, false); - document.addEventListener("DOMMenuItemInactive", eventOccurred, false); - document.addEventListener("DOMMenuInactive", eventOccurred, false); - document.addEventListener("DOMMenuBarActive", eventOccurred, false); - document.addEventListener("DOMMenuBarInactive", eventOccurred, false); - - gPopupTests = tests; - gWindowUtils = SpecialPowers.getDOMWindowUtils(window); - - goNext(); -} - -function finish() -{ - if (window.opener) { - window.close(); - window.opener.SimpleTest.finish(); - return; - } - SimpleTest.finish(); - return; -} - -function ok(condition, message) { - if (window.opener) - window.opener.SimpleTest.ok(condition, message); - else - SimpleTest.ok(condition, message); -} - -function is(left, right, message) { - if (window.opener) - window.opener.SimpleTest.is(left, right, message); - else - SimpleTest.is(left, right, message); -} - -function disableNonTestMouse(aDisable) { - gWindowUtils.disableNonTestMouseEvents(aDisable); -} - -function eventOccurred(event) -{ - if (gPopupTests.length <= gTestIndex) { - ok(false, "Extra " + event.type + " event fired"); - return; - } - - var test = gPopupTests[gTestIndex]; - if ("autohide" in test && gAutoHide) { - if (event.type == "DOMMenuInactive") { - gAutoHide = false; - setTimeout(goNextStep, 0); - } - return; - } - - var events = test.events; - if (typeof events == "function") - events = events(); - if (events) { - if (events.length <= gTestEventIndex) { - ok(false, "Extra " + event.type + " event fired for " + event.target.id + - " " +gPopupTests[gTestIndex].testname); - return; - } - - var eventitem = events[gTestEventIndex].split(" "); - var matches; - if (eventitem[1] == "#tooltip") { - is(event.originalTarget.localName, "tooltip", - test.testname + " event.originalTarget.localName is 'tooltip'"); - is(event.originalTarget.getAttribute("default"), "true", - test.testname + " event.originalTarget default attribute is 'true'"); - matches = event.originalTarget.localName == "tooltip" && - event.originalTarget.getAttribute("default") == "true"; - } else { - is(event.type, eventitem[0], - test.testname + " event type " + event.type + " fired"); - is(event.target.id, eventitem[1], - test.testname + " event target ID " + event.target.id); - matches = eventitem[0] == event.type && eventitem[1] == event.target.id; - } - - var modifiersMask = eventitem[2]; - if (modifiersMask) { - var m = ""; - m += event.altKey ? '1' : '0'; - m += event.ctrlKey ? '1' : '0'; - m += event.shiftKey ? '1' : '0'; - m += event.metaKey ? '1' : '0'; - is(m, modifiersMask, test.testname + " modifiers mask matches"); - } - - var expectedState; - switch (event.type) { - case "popupshowing": expectedState = "showing"; break; - case "popupshown": expectedState = "open"; break; - case "popuphiding": expectedState = "hiding"; break; - case "popuphidden": expectedState = "closed"; break; - } - - if (gExpectedTriggerNode && event.type == "popupshowing") { - if (gExpectedTriggerNode == "notset") // check against null instead - gExpectedTriggerNode = null; - - is(event.originalTarget.triggerNode, gExpectedTriggerNode, test.testname + " popupshowing triggerNode"); - var isTooltip = (event.target.localName == "tooltip"); - is(document.popupNode, isTooltip ? null : gExpectedTriggerNode, - test.testname + " popupshowing document.popupNode"); - is(document.tooltipNode, isTooltip ? gExpectedTriggerNode : null, - test.testname + " popupshowing document.tooltipNode"); - } - - if (expectedState) - is(event.originalTarget.state, expectedState, - test.testname + " " + event.type + " state"); - - if (matches) { - gTestEventIndex++ - if (events.length <= gTestEventIndex) - setTimeout(checkResult, 0); - } - } -} - -function checkResult() -{ - var step = null; - var test = gPopupTests[gTestIndex]; - if ("steps" in test) - step = test.steps[gTestStepIndex]; - - if ("result" in test) - test.result(test.testname, step); - - if ("autohide" in test) { - gAutoHide = true; - document.getElementById(test.autohide).hidePopup(); - return; - } - - goNextStep(); -} - -function goNextStep() -{ - gTestEventIndex = 0; - - var step = null; - var test = gPopupTests[gTestIndex]; - if ("steps" in test) { - gTestStepIndex++; - step = test.steps[gTestStepIndex]; - if (gTestStepIndex < test.steps.length) { - test.test(test.testname, step); - return; - } - } - - goNext(); -} - -function goNext() -{ - // We want to continue after the next animation frame so that - // we're in a stable state and don't get spurious mouse events at unexpected targets. - window.requestAnimationFrame( - function() { - setTimeout(goNextStepSync, 0); - } - ); -} - -function goNextStepSync() -{ - if (gTestIndex >= 0 && "end" in gPopupTests[gTestIndex] && gPopupTests[gTestIndex].end) { - finish(); - return; - } - - gTestIndex++; - gTestStepIndex = 0; - if (gTestIndex < gPopupTests.length) { - var test = gPopupTests[gTestIndex]; - // Set the location hash so it's easy to see which test is running - document.location.hash = test.testname; - - // skip the test if the condition returns false - if ("condition" in test && !test.condition()) { - goNext(); - return; - } - - // start with the first step if there are any - var step = null; - if ("steps" in test) - step = test.steps[gTestStepIndex]; - - test.test(test.testname, step); - - // no events to check for so just check the result - if (!("events" in test)) - checkResult(); - } - else { - finish(); - } -} - -function openMenu(menu) -{ - if ("open" in menu) { - menu.open = true; - } - else { - var bo = menu.boxObject; - if (bo instanceof MenuBoxObject) - bo.openMenu(true); - else - synthesizeMouse(menu, 4, 4, { }); - } -} - -function closeMenu(menu, popup) -{ - if ("open" in menu) { - menu.open = false; - } - else { - var bo = menu.boxObject; - if (bo instanceof MenuBoxObject) - bo.openMenu(false); - else - popup.hidePopup(); - } -} - -function checkActive(popup, id, testname) -{ - var activeok = true; - var children = popup.childNodes; - for (var c = 0; c < children.length; c++) { - var child = children[c]; - if ((id == child.id && child.getAttribute(menuactiveAttribute) != "true") || - (id != child.id && child.hasAttribute(menuactiveAttribute) != "")) { - activeok = false; - break; - } - } - ok(activeok, testname + " item " + (id ? id : "none") + " active"); -} - -function checkOpen(menuid, testname) -{ - var menu = document.getElementById(menuid); - if ("open" in menu) - ok(menu.open, testname + " " + menuid + " menu is open"); - else if (menu.boxObject instanceof MenuBoxObject) - ok(menu.getAttribute("open") == "true", testname + " " + menuid + " menu is open"); -} - -function checkClosed(menuid, testname) -{ - var menu = document.getElementById(menuid); - if ("open" in menu) - ok(!menu.open, testname + " " + menuid + " menu is open"); - else if (menu.boxObject instanceof MenuBoxObject) - ok(!menu.hasAttribute("open"), testname + " " + menuid + " menu is closed"); -} - -function convertPosition(anchor, align) -{ - if (anchor == "topleft" && align == "topleft") return "overlap"; - if (anchor == "topleft" && align == "topright") return "start_before"; - if (anchor == "topleft" && align == "bottomleft") return "before_start"; - if (anchor == "topright" && align == "topleft") return "end_before"; - if (anchor == "topright" && align == "bottomright") return "before_end"; - if (anchor == "bottomleft" && align == "bottomright") return "start_after"; - if (anchor == "bottomleft" && align == "topleft") return "after_start"; - if (anchor == "bottomright" && align == "bottomleft") return "end_after"; - if (anchor == "bottomright" && align == "topright") return "after_end"; - return ""; -} - -/* - * When checking position of the bottom or right edge of the popup's rect, - * use this instead of strict equality check of rounded values, - * because we snap the top/left edges to pixel boundaries, - * which can shift the bottom/right up to 0.5px from its "ideal" location, - * and could cause it to round differently. (See bug 622507.) - */ -function isWithinHalfPixel(a, b) -{ - return Math.abs(a - b) <= 0.5; -} - -function compareEdge(anchor, popup, edge, offsetX, offsetY, testname) -{ - testname += " " + edge; - - checkOpen(anchor.id, testname); - - var anchorrect = anchor.getBoundingClientRect(); - var popuprect = popup.getBoundingClientRect(); - var check1 = false, check2 = false; - - if (gPopupWidth == -1) { - ok((Math.round(popuprect.right) - Math.round(popuprect.left)) && - (Math.round(popuprect.bottom) - Math.round(popuprect.top)), - testname + " size"); - } - else { - is(Math.round(popuprect.width), gPopupWidth, testname + " width"); - is(Math.round(popuprect.height), gPopupHeight, testname + " height"); - } - - var spaceIdx = edge.indexOf(" "); - if (spaceIdx > 0) { - let cornerX, cornerY; - let [position, align] = edge.split(" "); - switch (position) { - case "topleft": cornerX = anchorrect.left; cornerY = anchorrect.top; break; - case "topcenter": cornerX = anchorrect.left + anchorrect.width / 2; cornerY = anchorrect.top; break; - case "topright": cornerX = anchorrect.right; cornerY = anchorrect.top; break; - case "leftcenter": cornerX = anchorrect.left; cornerY = anchorrect.top + anchorrect.height / 2; break; - case "rightcenter": cornerX = anchorrect.right; cornerY = anchorrect.top + anchorrect.height / 2; break; - case "bottomleft": cornerX = anchorrect.left; cornerY = anchorrect.bottom; break; - case "bottomcenter": cornerX = anchorrect.left + anchorrect.width / 2; cornerY = anchorrect.bottom; break; - case "bottomright": cornerX = anchorrect.right; cornerY = anchorrect.bottom; break; - } - - switch (align) { - case "topleft": cornerX += offsetX; cornerY += offsetY; break; - case "topright": cornerX += -popuprect.width + offsetX; cornerY += offsetY; break; - case "bottomleft": cornerX += offsetX; cornerY += -popuprect.height + offsetY; break; - case "bottomright": cornerX += -popuprect.width + offsetX; cornerY += -popuprect.height + offsetY; break; - } - - is(Math.round(popuprect.left), Math.round(cornerX), testname + " x position"); - is(Math.round(popuprect.top), Math.round(cornerY), testname + " y position"); - return; - } - - if (edge == "after_pointer") { - is(Math.round(popuprect.left), Math.round(anchorrect.left) + offsetX, testname + " x position"); - is(Math.round(popuprect.top), Math.round(anchorrect.top) + offsetY + 21, testname + " y position"); - return; - } - - if (edge == "overlap") { - ok(Math.round(anchorrect.left) + offsetY == Math.round(popuprect.left) && - Math.round(anchorrect.top) + offsetY == Math.round(popuprect.top), - testname + " position"); - return; - } - - if (edge.indexOf("before") == 0) - check1 = isWithinHalfPixel(anchorrect.top + offsetY, popuprect.bottom); - else if (edge.indexOf("after") == 0) - check1 = (Math.round(anchorrect.bottom) + offsetY == Math.round(popuprect.top)); - else if (edge.indexOf("start") == 0) - check1 = isWithinHalfPixel(anchorrect.left + offsetX, popuprect.right); - else if (edge.indexOf("end") == 0) - check1 = (Math.round(anchorrect.right) + offsetX == Math.round(popuprect.left)); - - if (0 < edge.indexOf("before")) - check2 = (Math.round(anchorrect.top) + offsetY == Math.round(popuprect.top)); - else if (0 < edge.indexOf("after")) - check2 = isWithinHalfPixel(anchorrect.bottom + offsetY, popuprect.bottom); - else if (0 < edge.indexOf("start")) - check2 = (Math.round(anchorrect.left) + offsetX == Math.round(popuprect.left)); - else if (0 < edge.indexOf("end")) - check2 = isWithinHalfPixel(anchorrect.right + offsetX, popuprect.right); - - ok(check1 && check2, testname + " position"); -} diff --git a/toolkit/content/tests/widgets/seek_with_sound.ogg b/toolkit/content/tests/widgets/seek_with_sound.ogg deleted file mode 100644 index c86d9946b..000000000 Binary files a/toolkit/content/tests/widgets/seek_with_sound.ogg and /dev/null differ diff --git a/toolkit/content/tests/widgets/test_audiocontrols_dimensions.html b/toolkit/content/tests/widgets/test_audiocontrols_dimensions.html deleted file mode 100644 index 0f295cce9..000000000 --- a/toolkit/content/tests/widgets/test_audiocontrols_dimensions.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - Audio controls test - - - - - -

- -
- -
- -
-
-
- - diff --git a/toolkit/content/tests/widgets/test_bug898940.html b/toolkit/content/tests/widgets/test_bug898940.html deleted file mode 100644 index 10a6a80d9..000000000 --- a/toolkit/content/tests/widgets/test_bug898940.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - Test that an audio element that's already playing when controls are attached displays the controls - - - - - -

- -
- -
- -
-
-
- - diff --git a/toolkit/content/tests/widgets/test_contextmenu_menugroup.xul b/toolkit/content/tests/widgets/test_contextmenu_menugroup.xul deleted file mode 100644 index 594c0264d..000000000 --- a/toolkit/content/tests/widgets/test_contextmenu_menugroup.xul +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - -