diff options
Diffstat (limited to 'layout/reftests/display-list/1533317-1-ref.html')
-rw-r--r-- | layout/reftests/display-list/1533317-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/display-list/1533317-1-ref.html b/layout/reftests/display-list/1533317-1-ref.html new file mode 100644 index 0000000000..989dde6dc8 --- /dev/null +++ b/layout/reftests/display-list/1533317-1-ref.html @@ -0,0 +1,15 @@ +<html> + <head> + <style> + div { + width: 400px; + height: 200px; + background-color: green; + } + + </style> + </head> + <body> + <div></div> + </body> +</html> |