aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/servo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/main/servo.rs')
-rwxr-xr-xsrc/components/main/servo.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/main/servo.rs b/src/components/main/servo.rs
index e5f919c5ccb..ba35b4ad28f 100755
--- a/src/components/main/servo.rs
+++ b/src/components/main/servo.rs
@@ -101,6 +101,13 @@ pub mod layout {
pub mod inline;
pub mod model;
pub mod parallel;
+ pub mod table_wrapper;
+ pub mod table;
+ pub mod table_caption;
+ pub mod table_colgroup;
+ pub mod table_rowgroup;
+ pub mod table_row;
+ pub mod table_cell;
pub mod text;
pub mod util;
pub mod incremental;