Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
tools
/
docker
/
.bashrc
blob: bbe03c489aa5283600c460e12af4b638692311ff [
file
] [
log
] [
blame
] [
edit
]
function
xvfb_start
()
{
GEOMETRY
=
"$SCREEN_WIDTH""x""$SCREEN_HEIGHT""x""$SCREEN_DEPTH"
xvfb
-
run
--
server
-
args
=
"-screen 0 $GEOMETRY -ac +extension RANDR"
$@
}