summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/inline-table-valign-001.0.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/inline-table-valign-001.0.scss')
-rw-r--r--theme-compiler/tests/resources/w3ctests/scss/inline-table-valign-001.0.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/inline-table-valign-001.0.scss b/theme-compiler/tests/resources/w3ctests/scss/inline-table-valign-001.0.scss
deleted file mode 100644
index 73e683bbcd..0000000000
--- a/theme-compiler/tests/resources/w3ctests/scss/inline-table-valign-001.0.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/inline-table-valign-001.htm */
-
-span#table { display: inline-table; }
-span#rowgroup { display: table-row-group; }
-span#row { display: table-row; }
-span#cell { display: table-cell; }
-span#table, span#rowgroup, span#row, span#cell {
- border: 4px solid white;
- margin: 3px 0;
- border-width: 4px 0;
- padding: 9px 0;
- border-spacing: 0 5px;
-}
-span#block { display: block; visibility: hidden; }
-