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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests the computed style for subpixel shadows
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS style.getPropertyValue('text-shadow') is 'rgb(255, 0, 0) 0.5px 1.5px 2.5px'
7 PASS style.getPropertyValue('box-shadow') is 'rgb(255, 0, 0) 0.5px 1.5px 2.5px 3 .5px'
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11 Text shadow
12 Box shadow
OLDNEW
« 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