Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 3399d2f

Browse files
committed
Update color testcase in test.rs
1 parent ca4ea30 commit 3399d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,5 +505,5 @@ fn test_compose() {
505505
506506
let computed = complete_child_results.computed_style();
507507
508-
assert!(computed.background_color() == color::css_colors::blue());
508+
assert!(computed.background_color() == color::parsing::parse_color("blue"));
509509
}

0 commit comments

Comments
 (0)