Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt

Issue 23241010: Support subpixel values for text-shadow and box-shadow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed review comments Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt
diff --git a/LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt b/LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..374f6f9d0c236a04d68d6ee3893fd8d21b0865fb
--- /dev/null
+++ b/LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt
@@ -0,0 +1,12 @@
+Tests the computed style for subpixel shadows
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS style.getPropertyValue('text-shadow') is 'rgb(255, 0, 0) 0.5px 1.5px 2.5px'
+PASS style.getPropertyValue('box-shadow') is 'rgb(255, 0, 0) 0.5px 1.5px 2.5px 3.5px'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Text shadow
+Box shadow
« no previous file with comments | « LayoutTests/fast/sub-pixel/shadows-computed-style.html ('k') | LayoutTests/fast/sub-pixel/shadows-hidpi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698