mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision cf261625e2d230ab219eec966f4abe26e3401b64
This commit is contained in:
parent
11a89bcc47
commit
8f98acd0e7
297 changed files with 3396 additions and 1555 deletions
|
@ -14,7 +14,7 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
REMOTE=${1:-https://github.com/w3c/web-platform-tests}
|
||||
REMOTE=${1:-https://github.com/web-platform-tests/wpt}
|
||||
BRANCH=${2:-master}
|
||||
REV=${3:-FETCH_HEAD}
|
||||
BROWSER=${4:-all}
|
||||
|
@ -41,7 +41,7 @@ then
|
|||
deb_archive=google-chrome-unstable_current_amd64.deb
|
||||
wget https://dl.google.com/linux/direct/$deb_archive
|
||||
|
||||
sudo apt-get -qqy update && gdebi -n $deb_archive
|
||||
sudo apt-get -qqy update && sudo gdebi -n $deb_archive
|
||||
fi
|
||||
|
||||
sudo Xvfb $DISPLAY -screen 0 ${SCREEN_WIDTH}x${SCREEN_HEIGHT}x${SCREEN_DEPTH} &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue