Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused test code #7506

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion battery-status/battery-iframe.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="help" href="https://www.w3.org/TR/battery-status/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<iframe id="blank" src="about:blank" style="display: none"></iframe>
<script>

Expand Down
2 changes: 0 additions & 2 deletions battery-status/battery-interface-idlharness.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,3 @@ <h2>Description</h2>
is complementary to the <a href="battery-interface.html">battery-interface.html</a>
test.
</p>

<div id="log"></div>
2 changes: 0 additions & 2 deletions battery-status/battery-plugging-in-manual.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ <h2>Preconditions</h2>
</ol>
</div>

<div id="log"></div>

<script>

(function() {
Expand Down
1 change: 0 additions & 1 deletion battery-status/battery-promise-window.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<div id="note">
Allow pop-up windows before running the tests.
</div>
<div id="log"></div>
<script>
async_test(function (t) {
var win = window.open('support-window-open.html');
Expand Down
1 change: 0 additions & 1 deletion battery-status/battery-promise.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="help" href="https://www.w3.org/TR/battery-status/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
promise_test(function () {
return navigator.getBattery().then(function (result) {
Expand Down
2 changes: 0 additions & 2 deletions battery-status/battery-unplugging-manual.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ <h2>Preconditions</h2>
Unplug the charger and wait for all the tests to complete.
</div>

<div id="log"></div>

<script>

(function() {
Expand Down