Bug 1539614 [wpt PR 16077] - HTML: move textarea tests together, a=testonly
[gecko.git] / testing / web-platform / tests / tools / docker / .bashrc
blobbbe03c489aa5283600c460e12af4b638692311ff
1 function xvfb_start() {
2     GEOMETRY="$SCREEN_WIDTH""x""$SCREEN_HEIGHT""x""$SCREEN_DEPTH"
3     xvfb-run --server-args="-screen 0 $GEOMETRY -ac +extension RANDR" $@