diff options
Diffstat (limited to 'testing/web-platform/tests/compat/green-ref.html')
-rw-r--r-- | testing/web-platform/tests/compat/green-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/compat/green-ref.html b/testing/web-platform/tests/compat/green-ref.html new file mode 100644 index 0000000000..2671ff6ddd --- /dev/null +++ b/testing/web-platform/tests/compat/green-ref.html @@ -0,0 +1,6 @@ +<!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> |