diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-text/text-stroke-width-subpixel-notref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-text/text-stroke-width-subpixel-notref.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-text/text-stroke-width-subpixel-notref.html b/testing/web-platform/tests/css/css-text/text-stroke-width-subpixel-notref.html new file mode 100644 index 0000000000..ba5e8d90f3 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/text-stroke-width-subpixel-notref.html @@ -0,0 +1,2 @@ +<!doctype html> +<div style="font: 20px monospace; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: lime; color: white">A</div> |