summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/table-cell-inline-size-box-sizing-quirks-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-tables/table-cell-inline-size-box-sizing-quirks-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-tables/table-cell-inline-size-box-sizing-quirks-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-tables/table-cell-inline-size-box-sizing-quirks-ref.html b/testing/web-platform/tests/css/css-tables/table-cell-inline-size-box-sizing-quirks-ref.html
new file mode 100644
index 0000000000..4b97b4499b
--- /dev/null
+++ b/testing/web-platform/tests/css/css-tables/table-cell-inline-size-box-sizing-quirks-ref.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<title>CSS Test Reference</title>
+<style>
+ td {
+ width: 50px;
+ padding: 10px;
+ border: 1px solid black;
+ box-sizing: border-box;
+ }
+</style>
+<table>
+ <tr>
+ <td>A</td>
+ </tr>
+</table>