Bug 1543841 - Remove newlines for the #content and #test nodes in ./mach addtest templates r=heycam

Differential Revision: https://phabricator.services.mozilla.com/D27188

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Grinstead 2019-04-12 05:04:50 +00:00
parent 8e0afeaab1
commit 662c3bf371
4 changed files with 8 additions and 20 deletions

View File

@ -14,10 +14,7 @@
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
</pre>
<div id="content" style="display: none"></div>
<pre id="test"></pre>
</body>
</html>

View File

@ -14,10 +14,7 @@
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
</pre>
<div id="content" style="display: none"></div>
<pre id="test"></pre>
</body>
</html>

View File

@ -11,10 +11,7 @@
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
</pre>
<div id="content" style="display: none"></div>
<pre id="test"></pre>
</body>
</html>

View File

@ -11,10 +11,7 @@
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
</pre>
<div id="content" style="display: none"></div>
<pre id="test"></pre>
</body>
</html>