Revision 3c5d8637bb57dedaaf2995b56e60502b9e85e516 authored by Frédéric Wang on 12 March 2018, 14:35:24 UTC, committed by GitHub on 12 March 2018, 14:35:24 UTC
Verify that modals are blocked in sandboxed frames without 'allow-modals'.
1 parent 9692b53
Raw File
wpt
#!/usr/bin/env python

if __name__ == "__main__":
    from tools.wpt import wpt
    wpt.main()
back to top