style: Fix / remove unit tests.

Unit tests removed have WPT equivalents.
This commit is contained in:
Emilio Cobos Álvarez 2018-06-23 19:57:51 +02:00
parent 26720e10a9
commit fc4998367b
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
11 changed files with 58 additions and 162 deletions

View file

@ -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(),
)
}