diff options
Diffstat (limited to 'layout/reftests/display-list/1551053-1-ref.html')
-rw-r--r-- | layout/reftests/display-list/1551053-1-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/display-list/1551053-1-ref.html b/layout/reftests/display-list/1551053-1-ref.html new file mode 100644 index 0000000000..3e9f12e81e --- /dev/null +++ b/layout/reftests/display-list/1551053-1-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="content-type" content="text/html; charset=utf-8"> +<style> +.will-merge { + opacity: 0.5; +} +</style> +</head> + +<body> +<span class="will-merge">bar<br>baz</span> +<span>qux</span> +</body> +</html> |