diff options
Diffstat (limited to 'testing/web-platform/tests/css/selectors/floating-first-letter-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/selectors/floating-first-letter-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/selectors/floating-first-letter-ref.html b/testing/web-platform/tests/css/selectors/floating-first-letter-ref.html new file mode 100644 index 0000000000..3c3141a862 --- /dev/null +++ b/testing/web-platform/tests/css/selectors/floating-first-letter-ref.html @@ -0,0 +1,14 @@ +<!doctype html> +<meta charset=utf-8> +<title>Drop cap with no bidi in the document</title> +<style> + p:first-line { + background: lightblue; + } + + p::first-letter { + float: left; + font-size: 4rem; + } +</style> +<p>Ab</p>
\ No newline at end of file |