forked from mozilla-mobile/fenix
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'firefox-android/fenix/127.0' into iceraven
- Loading branch information
Showing
343 changed files
with
13,591 additions
and
8,173 deletions.
There are no files selected for viewing
Submodule android-components
updated
371 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width"> | ||
<head> | ||
<meta name="viewport" content="width=device-width" /> | ||
<title>Address_Form</title> | ||
</head> | ||
<body> | ||
</head> | ||
<body> | ||
<form> | ||
<p>Street Address: <input id="streetAddress" type="text"></p> | ||
<p>City: <input id="city" type="text"></p> | ||
<p>Zip Code: <input id="zipCode" type="text"></p> | ||
<p>Country: <input id="country" type="text"></p> | ||
<p>Telephone: <input id="telephone" type="text"></p> | ||
<p>Email: <input id="email" type="text"></p> | ||
<p>Apartment, suite, etc. <input id="apartment" type="text"></p> | ||
<p>Street Address: <input id="streetAddress" type="text" /></p> | ||
<p>City: <input id="city" type="text" /></p> | ||
<p>Zip Code: <input id="zipCode" type="text" /></p> | ||
<p>Country: <input id="country" type="text" /></p> | ||
<p>Telephone: <input id="telephone" type="text" /></p> | ||
<p>Email: <input id="email" type="text" /></p> | ||
<p>Apartment, suite, etc. <input id="apartment" type="text" /></p> | ||
</form> | ||
</body> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<html> | ||
<head> | ||
<head> | ||
<title>Audio_Test_Page</title> | ||
</head> | ||
<body> | ||
<p id="testContent">Page content: audio player</p> | ||
<div class="audioPlayer"> | ||
<audio id="audioSample" controls loop> | ||
<source src="../resources/audioSample.mp3"> | ||
</audio> | ||
</div> | ||
</body> | ||
</head> | ||
<body> | ||
<p id="testContent">Page content: audio player</p> | ||
<div class="audioPlayer"> | ||
<audio id="audioSample" controls loop> | ||
<source src="../resources/audioSample.mp3" /> | ||
</audio> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.