Commit f9e1db1a authored by Neil Deakin's avatar Neil Deakin
Browse files

Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil

parent 215a9b09
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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">
+0 −2
Original line number Diff line number Diff line
@@ -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 -->
+0 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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
+10 −8
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ 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>
  <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">
@@ -19,6 +20,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=199692
        </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>
Loading