summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-table-009-notref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-transforms/transform-table-009-notref.html')
-rw-r--r--testing/web-platform/tests/css/css-transforms/transform-table-009-notref.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-transforms/transform-table-009-notref.html b/testing/web-platform/tests/css/css-transforms/transform-table-009-notref.html
new file mode 100644
index 0000000000..9e9691241a
--- /dev/null
+++ b/testing/web-platform/tests/css/css-transforms/transform-table-009-notref.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>CSS Reftest Reference</title>
+ <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
+ <style>
+ table, tbody, tr, td {
+ margin: 0;
+ padding: 0;
+ border-spacing: 0;
+ }
+ </style>
+ </head>
+ <body>
+ <div>
+ <table>
+ <tbody>
+ <tr>
+ <td>
+ <div>Some text</div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </body>
+</html>