summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/table_grid_size_col_colspan-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-tables/table_grid_size_col_colspan-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-tables/table_grid_size_col_colspan-ref.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-tables/table_grid_size_col_colspan-ref.html b/testing/web-platform/tests/css/css-tables/table_grid_size_col_colspan-ref.html
new file mode 100644
index 0000000000..160b9975ef
--- /dev/null
+++ b/testing/web-platform/tests/css/css-tables/table_grid_size_col_colspan-ref.html
@@ -0,0 +1,29 @@
+<!doctype html>
+<style>
+ table {
+ border-collapse: collapse;
+ table-layout:fixed;
+ }
+ td {
+ height:50px;
+ background: yellow;
+ border: 10px solid green;
+ padding:0;
+ }
+</style>
+<table>
+ <td style="width:40px"></td>
+</table>
+<table>
+ <td style="width:90px"></td>
+</table>
+<table>
+ <td style="width:140px"></td>
+</table>
+<table>
+ <td style="width:40px"></td>
+</table>
+<table>
+ <td style="width:40px"></td>
+</table>
+