Skip to content

Commit

Permalink
Bug 475981, remove titles from a bunch of tests, fixing box wrapped i…
Browse files Browse the repository at this point in the history
…n a block warnings,r=neil
  • Loading branch information
EnnDeakin2 committed Apr 4, 2014
1 parent 215a9b0 commit f9e1db1
Show file tree
Hide file tree
Showing 112 changed files with 28 additions and 220 deletions.
2 changes: 0 additions & 2 deletions content/base/test/chrome/test_bug339494.xul
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=339494
-->
<window title="Mozilla Bug 339494"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 339494</title>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

<body xmlns="http://www.w3.org/1999/xhtml">
Expand Down
2 changes: 0 additions & 2 deletions content/base/test/chrome/test_bug357450.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=357450
-->

<window title="Mozilla Bug 357450"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 357450</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<!-- This file is shared with non-chrome tests -->
Expand Down
1 change: 0 additions & 1 deletion content/base/test/chrome/test_fileconstructor.xul
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=607114.xul
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 607114</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion content/xul/content/test/test_bug233643.xul
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
xmlns:html="http://www.w3.org/1999/xhtml"
title="Test for Bug 233643">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=233643
Expand Down
18 changes: 10 additions & 8 deletions content/xul/document/test/test_bug199692.xul
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=199692
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="anon">
<content>
<xul:label id="anon-label" value="ANON"/>
</content>
</binding>
</bindings>
<vbox hidden="true">
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="anon">
<content>
<xul:label id="anon-label" value="ANON"/>
</content>
</binding>
</bindings>
</vbox>

<body id="body" xmlns="http://www.w3.org/1999/xhtml">
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=199692">Mozilla Bug 199692</a>
Expand Down
1 change: 0 additions & 1 deletion content/xul/document/test/test_bug311681.xul
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=311681
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 311681</title>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

<body xmlns="http://www.w3.org/1999/xhtml">
Expand Down
1 change: 0 additions & 1 deletion content/xul/document/test/test_bug335375.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=335375
<window title="Mozilla Bug 335375"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="RunTest();">
<title>Mozilla Bug 335375</title>

<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
Expand Down
28 changes: 15 additions & 13 deletions content/xul/document/test/test_bug414907.xul
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=414907
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>

<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="anon">
<implementation>
<constructor>
<![CDATA[
var node = this.firstChild;
this.palette = node;
this.removeChild(node);
]]>
</constructor>
</implementation>
</binding>
<vbox hidden="true">
<bindings xmlns="http://www.mozilla.org/xbl" style="display: block;"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="anon">
<implementation>
<constructor>
<![CDATA[
var node = this.firstChild;
this.palette = node;
this.removeChild(node);
]]>
</constructor>
</implementation>
</binding>
</bindings>
</vbox>

<!-- test results are displayed in the html:body -->
<body xmlns="http://www.w3.org/1999/xhtml">
Expand Down
1 change: 0 additions & 1 deletion content/xul/document/test/test_bug497875.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=497875
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 497875</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js" />

Expand Down
2 changes: 0 additions & 2 deletions content/xul/templates/tests/chrome/test_bug476634.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=476634
-->
<window title="Mozilla Bug 476634" onload="startup()"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 476634</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug112564.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=112564
-->
<window title="Mozilla Bug 112564"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 112564</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug215405.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=215405
-->
<window title="Mozilla Bug 215405"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 215405</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug293235.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=293235.xul
-->
<window title="Mozilla Bug 293235"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 293235</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug294258.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=294258.xul
-->
<window title="Mozilla Bug 294258"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 294258</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug298622.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=298622.xul
-->
<window title="Mozilla Bug 298622"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 298622</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug301397.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=301397.xul
-->
<window title="Mozilla Bug 301397"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 301397</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug303267.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=303267.xul
-->
<window title="Mozilla Bug 303267"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 303267</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug311007.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=311007.xul
-->
<window title="Mozilla Bug 311007"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 311007</title>
<script type="application/javascript"
src="chrome://mochikit/content/MochiKit/packed.js"></script>
<script type="application/javascript"
Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug321671.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=321671.xul
-->
<window title="Mozilla Bug 321671"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 321671</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug360511.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=360511.xul
-->
<window title="Mozilla Bug 360511"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 360511</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js">
</script>
Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug364461.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=364461
-->
<window title="Mozilla Bug 364461"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 364461</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug396649.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=396649.xul
-->
<window title="Mozilla Bug 396649"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 396649</title>
<script type="application/javascript"
src=
"chrome://mochikit/content/tests/SimpleTest/SimpleTest.js">
Expand Down
1 change: 0 additions & 1 deletion docshell/test/chrome/test_bug453650.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=453650
<window title="Mozilla Bug 453650"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 453650</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
1 change: 0 additions & 1 deletion docshell/test/chrome/test_bug565388.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=565388
<window title="Mozilla Bug 565388"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 565388</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug582176.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=582176.xul
-->
<window title="Mozilla Bug 582176"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 582176</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug662200.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=662200.xul
-->
<window title="Mozilla Bug 662200"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 662200</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
1 change: 0 additions & 1 deletion docshell/test/chrome/test_bug846906.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=846906
<window title="Mozilla Bug 846906"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 846906</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug89419.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=89419.xul
-->
<window title="Mozilla Bug 89419"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 89419</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_bug92598.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=92598
-->
<window title="Mozilla Bug 92598"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 92598</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_mozFrameType.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=769771
-->
<window title="Test mozFrameType attribute"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test mozFrameType attribute</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions docshell/test/chrome/test_principalInherit.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=719994
-->
<window title="Test principal inheriting"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test principal inheriting</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>

Expand Down
1 change: 0 additions & 1 deletion dom/base/test/test_domrequesthelper.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<window title="DOMRequestHelper Test"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="start();">
<title>DOMRequestHelper Test</title>

<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
Expand Down
1 change: 0 additions & 1 deletion dom/events/test/test_bug415498.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=415498
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="init()">

<title>Test for Bug 415498</title>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript"
Expand Down
1 change: 0 additions & 1 deletion dom/events/test/test_bug586961.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=586961
<window title="Mozilla Bug 586961"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 586961</title>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/>
<body xmlns="http://www.w3.org/1999/xhtml">
Expand Down
1 change: 0 additions & 1 deletion dom/events/test/test_bug602962.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=602962
<window title="Mozilla Bug 602962" onload="openWindow()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 602962</title>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>

<body xmlns="http://www.w3.org/1999/xhtml">
Expand Down
1 change: 0 additions & 1 deletion dom/events/test/test_bug679494.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=67949
<window title="Mozilla Bug 67949" onload="doTest();"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<title>Test for Bug 67949</title>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>

<body xmlns="http://www.w3.org/1999/xhtml">
Expand Down
Loading

0 comments on commit f9e1db1

Please sign in to comment.