Bug 1472555 - Part 3 - Tentatively remove remaining listbox crashtests.
MozReview-Commit-ID: HfFU8ov1cvR
deleted file mode 100644
--- a/layout/base/crashtests/373919.xhtml
+++ /dev/null
@@ -1,29 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-<object id="mw_ij" xmlns="http://www.w3.org/1999/xhtml" style="display: none;"/>
-
-<textnode xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <dir xmlns="http://www.w3.org/1999/xhtml" style="overflow: scroll;position: fixed;"/>
-</textnode>
-
-<wizardpage id="mw_ab" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <label id="mw_kl">
- <toolbox style="float: right;"/>
- </label>
-</wizardpage>
-
-<listbox id="mw_cd" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/>
-
-<script xmlns="http://www.w3.org/1999/xhtml">
-function doe() {
-document.getElementById('mw_ab').insertBefore(document.getElementById('mw_cd'), document.getElementById('mw_ab').childNodes[0]);
-document.documentElement.offsetHeight;
-document.getElementById('mw_ij').appendChild(document.getElementById('mw_kl'));
-document.documentElement.offsetHeight;
-}
-setTimeout(doe, 100);
-
-setTimeout(function() {window.location=window.location;}, 500);
-</script>
-
-</html>
\ No newline at end of file
deleted file mode 100644
--- a/layout/base/crashtests/400185-1.xul
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
-<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="setTimeout(doe, 30);" class="reftest-wait">
-<popupgroup id="a"/>
-<listcols>
-<nativescrollbar id="c">
-<treecols/>
-</nativescrollbar>
-</listcols>
-
-<script>
-function doe() {
- document.documentElement.id = "true";
- document.documentElement.removeChild(document.getElementById('a'));
- var ne = document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", 'popupgroup');
- document.documentElement.appendChild(ne);
- document.getElementById('c').appendChild(document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", 'treecols'));
- document.documentElement.removeChild(ne);
- document.documentElement.removeAttribute("class");
-}
-</script>
-</window>
--- a/layout/base/crashtests/crashtests.list
+++ b/layout/base/crashtests/crashtests.list
@@ -139,17 +139,16 @@ load 369176-1.html
load 369547-1.html
load 369547-2.html
load 369945-1.xhtml
load 371681-1.xhtml
load 372237-1.html
load 372475-1.xhtml
load 372550-1.html
load 373628-1.html
-load 373919.xhtml
load 374193-1.xhtml
load 374297-1.html
load 374297-2.html
load 378325-1.html
load 378682.html
load 379105-1.xhtml
load 379419-1.xhtml
load 379768-1.html
@@ -188,17 +187,16 @@ load 399132-1.xhtml
load 399219-1.xhtml
load 399365-1.html
load 399676-1.xhtml
load 399687-1.html
load 399940-1.xhtml
load 399946-1.xhtml
load 399951-1.html
load 399994-1.html
-load 400185-1.xul
load 400445-1.xhtml
load 400904-1.xhtml
load 401589-1.xul
load 401734-1.html
load 401734-2.html
needs-focus pref(accessibility.browsewithcaret,true) load 403048.html
skip load 403175-1.html # times out occasionally, bug 473680
load 403245-1.html # bug 1323652
deleted file mode 100644
--- a/layout/xul/grid/crashtests/306911-crash.xul
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<listbox id="thelist" flex="1">
<listitem label="Item1" value="item1">
- <listitem label="Item2" value="item2"/>
- </listitem>
</listbox>
-</window>
\ No newline at end of file
deleted file mode 100644
--- a/layout/xul/grid/crashtests/321073-1.xul
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0"?>
-<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <listcols>
- <grid/>
- <listitem/>
- </listcols>
-</window>
\ No newline at end of file
--- a/layout/xul/grid/crashtests/crashtests.list
+++ b/layout/xul/grid/crashtests/crashtests.list
@@ -1,9 +1,7 @@
-load 306911-crash.xul
load 306911-grid-testcases.xul
load 306911-grid-testcases2.xul
load 311710-1.xul
load 312784-1.xul
load 313173-1.html
load 321066-1.xul
-load 321073-1.xul
load 423802-crash.xul