https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8c6df8f2518e0d04d7814df6fd2d6600e613a9ab authored by Emilio Cobos Álvarez on 09 April 2018, 21:02:15 UTC
Tests for non-functional :host selector.
Tip revision: 8c6df8f
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