https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3dfc8e49e32a6b2f88979cf23ba5b64cbc8df541 authored by Mustaq Ahmed on 13 April 2018, 18:16:18 UTC
Make PointerEvent fromElement/toElement return null.
Tip revision: 3dfc8e4
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