diff options
Diffstat (limited to 'layout/reftests/svg/bug-1562091.html')
-rw-r--r-- | layout/reftests/svg/bug-1562091.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/svg/bug-1562091.html b/layout/reftests/svg/bug-1562091.html new file mode 100644 index 0000000000..ee192a88dd --- /dev/null +++ b/layout/reftests/svg/bug-1562091.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta charset="UTF-8"> + <style> + .IconElement { direction: ltr; text-align: left; height: 24px; overflow: hidden; width: 24px; display: inline-block; position: relative; } + .IconImage::before { content: url("./bug-1562091-icon.svg"); } + .IconImage { position: absolute; left: 0px; top: -7224px; } + </style> +</head> + +<body> + There should be a visible icon after this text: + <div class="IconElement"> <div class="IconImage"> </div> </div> +</body> +</html>
\ No newline at end of file |