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

Side by Side Diff: LayoutTests/fast/css/test-setting-canvas-color-expected.txt

Issue 16183002: Unprefix CSS Variables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and updated prefix test Created 7 years, 6 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
1 Test case for bug 39168. This tests the CSS color parsing code using <canvas>. 1 Test case for bug 39168. This tests the CSS color parsing code using <canvas>.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS Setting color to ActiveBorder was successfully set. 6 PASS Setting color to ActiveBorder was successfully set.
7 PASS Setting color to activeborder was successfully set. 7 PASS Setting color to activeborder was successfully set.
8 PASS Setting color to ActiveCaption was successfully set. 8 PASS Setting color to ActiveCaption was successfully set.
9 PASS Setting color to activecaption was successfully set. 9 PASS Setting color to activecaption was successfully set.
10 PASS Setting color to AppWorkspace was successfully set. 10 PASS Setting color to AppWorkspace was successfully set.
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 PASS Setting color to yellow was successfully set. 206 PASS Setting color to yellow was successfully set.
207 PASS Setting color to yellowgreen was successfully set. 207 PASS Setting color to yellowgreen was successfully set.
208 PASS Setting color to #0f0 was successfully set. 208 PASS Setting color to #0f0 was successfully set.
209 PASS Setting color to hsl(120, 100%, 50%) was successfully set. 209 PASS Setting color to hsl(120, 100%, 50%) was successfully set.
210 PASS Setting color to foobar was not set (as expected). 210 PASS Setting color to foobar was not set (as expected).
211 PASS Setting color to counter(foobar) was not set (as expected). 211 PASS Setting color to counter(foobar) was not set (as expected).
212 PASS Setting color to url(http://127.0.0.1:8080/) was not set (as expected). 212 PASS Setting color to url(http://127.0.0.1:8080/) was not set (as expected).
213 PASS Setting color to inherited was not set (as expected). 213 PASS Setting color to inherited was not set (as expected).
214 PASS Setting color to #100% was not set (as expected). 214 PASS Setting color to #100% was not set (as expected).
215 PASS Setting color to #100px was not set (as expected). 215 PASS Setting color to #100px was not set (as expected).
216 PASS Setting color to -webkit-var("test") was not set (as expected). 216 PASS Setting color to var("test") was not set (as expected).
217 PASS successfullyParsed is true 217 PASS successfullyParsed is true
218 218
219 TEST COMPLETE 219 TEST COMPLETE
220 220
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/test-setting-canvas-color.html ('k') | LayoutTests/fast/css/variables/border-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698