Skip to content

Commit e1d0fb9

Browse files
committed
test: remove empty wpt/ directory (fully migrated to HTML cases)
All wpt tests are now in tests/cases/wpt_*/*.html (build.rs codegen). The wpt/ directory only had empty mod.rs files (placeholders after migration). Removed wpt/ + dropped 'mod wpt;' from tests/mod.rs.
1 parent cffe4fc commit e1d0fb9

8 files changed

Lines changed: 0 additions & 10 deletions

File tree

float-pigment-forest/tests/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#[cfg(test)]
22
mod custom;
3-
#[cfg(test)]
4-
mod wpt;
53
use euclid::num::Zero;
64
pub use float_pigment_css::length_num::LengthNum;
75
use float_pigment_css::{

float-pigment-forest/tests/wpt/css_borders/mod.rs

Whitespace-only changes.

float-pigment-forest/tests/wpt/css_box/mod.rs

Whitespace-only changes.

float-pigment-forest/tests/wpt/css_display/mod.rs

Whitespace-only changes.

float-pigment-forest/tests/wpt/css_flexbox/mod.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

float-pigment-forest/tests/wpt/css_grid/mod.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

float-pigment-forest/tests/wpt/css_position/mod.rs

Whitespace-only changes.

float-pigment-forest/tests/wpt/mod.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)