swh:1:snp:b37d435721bbd450624165f334724e3585346499
Raw File
Tip revision: 0b3aff1e3e53e44fc7644d56c2e77be24e75f9c1 authored by chrishtr@chromium.org on 09 July 2017, 05:13:10 UTC
Don't perform forced style or layout updates in Document::implicitClose
Tip revision: 0b3aff1
wptrun
#!/usr/bin/env python

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