Revision c9c1a7d1b2306fada9bc3b469bf39ca31b4508cc authored by Wanming Lin on 06 July 2018, 07:06:00 UTC, committed by GitHub on 06 July 2018, 07:06:00 UTC
#11426 introduced new tests for mitigation stragegy defined in [1]
  for partial concrete sensors. This PR add the same tests for remain
  concrete sensors: Ambient Light Sensor, Geolocation Sensor, and Proximity.

  [1] https://www.w3.org/TR/generic-sensor/#focused-area
1 parent e6ac489
Raw File
wpt
#!/usr/bin/env python

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