Skip to content

Instantly share code, notes, and snippets.

@karan1276
karan1276 / get_coins.txt
Last active November 4, 2017 14:56
get_coins.txt
0xF7A933c1C216919680b1CcB1c8d5Cf1176262e29
#[test]
fn blur_radius_should_not_accept_negavite_values() {
use style::properties::longhands::box_shadow;
let result = parse_longhand!(box_shadow, "1px 1px -1px");
assert_eq!(result, "");
}
enum ShadowSpecifiedValue {
None,
struct Shadow shdw
}
struct Shadow {
...
}
pub fn parse(context: &ParserContext, input: &mut Parser) -> Result<Shadow, ()> {