Revert "Make KaTeX work in Quirks mode (#608)" (#777)

This reverts commit d93a958379.
This commit is contained in:
Kevin Barabash
2017-07-30 23:28:58 -04:00
committed by GitHub
parent d93a958379
commit 1e148746f8
8 changed files with 40 additions and 84 deletions

View File

@@ -29,7 +29,7 @@ popd || exit 2
container=
trap cleanup EXIT
status=0
for browserTag in chrome:2.48.2 firefox:2.48.2; do
for browserTag in firefox:2.48.2 chrome:2.48.2; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"