https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9ac1564951a43a313e49188ee24c90f330215b2e authored by François Beaufort on 06 December 2018, 10:51:49 UTC
[Picture-in-Picture] Don't require user gesture if capturing user media
Tip revision: 9ac1564
reftest-wait-ref.html
<!DOCTYPE html>
<title>Reference for Test infrastructure should support 'reftest-wait'</title>
<style>
.marker {
    margin-bottom: 10px;
    background: green;
    height: 50px;
    width: 50px;
}
</style>

<div class="marker"></div>
<div>The box above should be green.</div>
back to top