diff options
Diffstat (limited to 'layout/reftests/w3c-css/submitted/will-change/green-square-100-by-100-ref.html')
-rw-r--r-- | layout/reftests/w3c-css/submitted/will-change/green-square-100-by-100-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/submitted/will-change/green-square-100-by-100-ref.html b/layout/reftests/w3c-css/submitted/will-change/green-square-100-by-100-ref.html new file mode 100644 index 0000000000..c49bf5a21d --- /dev/null +++ b/layout/reftests/w3c-css/submitted/will-change/green-square-100-by-100-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS will-change reference</title> +<link rel="author" title="L. David Baron" href="https://dbaron.org/"> +<link rel="author" title="Mozilla" href="http://www.mozilla.org/"> +<style> +html, body { margin: 0; padding: 0; } +div { width: 100px; height: 100px; background: green } +</style> +<body> + <div></div> +</body> |