Update web-platform-tests to revision b622fea47d516f82e303c1954d0aee2652466c80

This commit is contained in:
WPT Sync Bot 2018-10-26 21:55:57 -04:00
parent cb915d669a
commit c6927c2425
54 changed files with 651 additions and 533 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env sh
set -ex
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
WPT_ROOT=$(readlink -f $SCRIPT_DIR/..)
SCRIPT_DIR=$(cd $(dirname "$0") && pwd -P)
WPT_ROOT=$SCRIPT_DIR/..
cd $WPT_ROOT
main() {