This file contains hidden or 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
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Feature detection test for the Proximity API</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style> | |
.no-js .content, | |
.feature .no, | |
.no-feature .yes, |
This file contains hidden or 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
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Feature detection test for the Web Speech Synthesis API</title> | |
<style> | |
.no-js .content, | |
.feature .no, | |
.no-feature .yes, | |
.no-feature .example { |
This file contains hidden or 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
#!/bin/bash | |
# Zopfli information and source: | |
# https://code.google.com/p/zopfli/ | |
# Usage: | |
# ./zopfli.sh [URL] [file] ... | |
declare dateCmd="" | |
declare -a zopfliIterationValues=( "1" "5" "10" "20" "50" "100" "500" "1000" ) |
This file contains hidden or 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
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Feature detection test for the Speech Recognition JavaScript API</title> | |
<style> | |
.no-js .content, | |
.feature .no, | |
.no-feature .yes, | |
.no-feature .example { |
This file contains hidden or 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
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Feature detection test for insertAdjacentHTML</title> | |
<style> | |
.no-js .content, | |
.feature .no, | |
.no-feature .yes { | |
display: none; |
This file contains hidden or 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
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Feature detection test for <style scoped></title> | |
<style> | |
.no-js .content, | |
.feature .no, | |
.no-feature .yes { | |
display: none; |
This file contains hidden or 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
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Feature detection test for the HTML5 <ruby>, <rt> and <rp> elements</title> | |
<style> | |
.no-js .content, | |
.feature .no, | |
.no-feature .yes { | |
display: none; |