https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0322f4a8924395e866e774d68200e5844e72f793 authored by Lennart Grahl on 19 May 2018, 00:04:14 UTC
Add a test based on discussion in https://github.com/w3c/webrtc-pc/pull/1851 with @jan-ivar
Tip revision: 0322f4a
green-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>A green 100x100 block</title>
<link rel="author" title="Xidorn Quan" href="me@upsuper.ort">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<div style="width: 100px; height: 100px; background: green;"></div>
back to top