mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
style: Fix / remove unit tests.
Unit tests removed have WPT equivalents.
This commit is contained in:
parent
26720e10a9
commit
fc4998367b
11 changed files with 58 additions and 162 deletions
|
@ -45,7 +45,7 @@ mod writing_modes {
|
|||
#[test]
|
||||
fn initial_writing_mode_is_empty() {
|
||||
assert_eq!(
|
||||
WritingMode::new(INITIAL_SERVO_VALUES.get_inheritedbox()),
|
||||
WritingMode::new(INITIAL_SERVO_VALUES.get_inherited_box()),
|
||||
WritingMode::empty(),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue