servo/tests
Bastien Orivel 05c4e08d58 Add a sanitize_value implementation for the color input
I had to change the test a little bit to avoid some failures due to
color and text both having a sanitizedValue which was making the test
use the first assertion instead of the second one in some cases.

The sanitize_value implementation is pretty simple, we iterate over the
content and checks that the content is 7 characters long, that the first
character is a `#` and then that all the following characters are
hexadecimal. If all those requirements are met, we lowercase the
content, otherwise we put `#000000` in it.
2017-11-22 22:36:21 +01:00
..
compiletest Overhaul MallocSizeOf and related things. 2017-09-12 12:37:51 +10:00
dromaeo
heartbeats
html Implement CanvasRenderingContext2d.fillText's "unimplemented" message 2017-08-23 17:34:55 +01:00
jquery
power
unit Auto merge of #19316 - servo:stylo-size-of, r=emilio 2017-11-21 05:41:12 -06:00
wpt Add a sanitize_value implementation for the color input 2017-11-22 22:36:21 +01:00