History.js Test Suite

HTML5 Browsers must pass the HTML4+HTML5 tests

HTML4 Browsers must pass the HTML4 tests and should fail the HTML5 tests

'; foreach ( $adapters as $adapter ) : echo '
'; # Url $url = "${browser}.${adapter}.html"; # Title $Browser = ucwords($browser); $Adapter = ucwords($adapter); $title = "History.js ${Browser} ${Adapter} Test Suite"; # Render ?>'; endforeach; echo '
'; endforeach; ?>