diff options
Diffstat (limited to 'layout/reftests/invalidation/background-position-2-ref.html')
-rw-r--r-- | layout/reftests/invalidation/background-position-2-ref.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/invalidation/background-position-2-ref.html b/layout/reftests/invalidation/background-position-2-ref.html new file mode 100644 index 0000000000..f5b790a92a --- /dev/null +++ b/layout/reftests/invalidation/background-position-2-ref.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> +<meta charset="utf-8"> +<title>Reference for properly handled background-position changes.</title> + +<style> + +body { + margin: 0; +} + +#background { + width: 100px; + height: 100px; + background-color: lime; +} + +</style> + +<div id="background"></div> |