The IronFrame layout tests are under third_party/WebKit/LayoutTests/http/tests/ironframe
.
Compile blink (and layout) tests with ninja -C out/Default blink_tests
.
To run them without X11, execute:
python testing/xvfb.py out/Default/ python third_party/WebKit/Tools/Scripts/run-webkit-tests -t Default http/tests/ironframe
To run in an XTerm, execute:
python third_party/WebKit/Tools/Scripts/run-webkit-tests -t Default http/tests/ironframe
File ~/.ssh/config
:
Host git-codecommit.us-east-1.amazonaws.com
User CODECOMMIT_RSA_KEY_ID e.g. DQLBE6UBHSLICOQENFZQ
IdentityFile ~/.ssh/id_rsa
[remote "origin"]
url = ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/chrome
fetch = +refs/heads/*:refs/remotes/origin/*
Execute buildbot/buildbot-master-slave.sh
to setup up a buildbot master and slave in the current directory.
Setup for running chrome via Xvfb
export DISPLAY=:1
Xvfb :1 -screen 0 1024x768x16 &
fluxbox &
x11vnc -display :1 -bg -nopw -listen localhost -xkb
ssh -N -T -L 5900:localhost:5900 user@remotehost &
vncviewer -encodings 'copyrect tight zrle hextile' localhost:5900
W3C UISecurity - https://w3c.github.io/webappsec/specs/uisecurity/, https://github.com/w3c/webappsec.
IntersectionObserver - https://github.com/WICG/IntersectionObserver/