Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
change mc commit number
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshulMalik committed Oct 18, 2018
1 parent 874ff26 commit ebb82cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
global:
- DISPLAY=':99.0'
- YARN_VERSION='1.9.4'
- MC_COMMIT='f66e525e6978' # https://hg.mozilla.org/mozilla-central/shortlog
- MC_COMMIT='8f709fd4aa46' # https://hg.mozilla.org/mozilla-central/shortlog

notifications:
slack:
Expand Down
23 changes: 11 additions & 12 deletions src/test/mochitest/examples/doc-xhr.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Debugger test page</title>
</head>

<body>
<script src="fetch.js"></script>
</body>
</html>

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Debugger test page</title>
</head>

<body>
<script src="fetch.js"></script>
</body>
</html>

0 comments on commit ebb82cf

Please sign in to comment.