summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-display/display-contents-table-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-display/display-contents-table-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-display/display-contents-table-001-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-display/display-contents-table-001-ref.html b/testing/web-platform/tests/css/css-display/display-contents-table-001-ref.html
new file mode 100644
index 0000000000..597f153724
--- /dev/null
+++ b/testing/web-platform/tests/css/css-display/display-contents-table-001-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reftest Reference</title>
+<!-- Imported from: https://bugzilla.mozilla.org/show_bug.cgi?id=907396 -->
+<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
+<link rel="author" title="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
+<link rel="stylesheet" href="support/acid.css">
+<div style="color: red" class="ref">
+ <div class="caption c2">1<span>1</span></div>
+ <div class="row c2">2a<div class="cell">2<div class="inline c2">b<span class="b">b</span></div></div></div>
+ <div class="cell c3">3</div>
+ <div class="rowg c4">4</div>
+ <div class="cell c5">5a</div>
+ <div class="cell c5">5b</div>
+ <div class="head c6">6</div>
+ <div class="cell c7"><div class="inline c2">7<span class="b">a</span></div></div>
+ <div class="cell c8">7b</div>
+ <div class="foot c9">8</div>
+ <div class="foot c9">9<div class="inline c2">a<span class="b">b</span>c</div></div>
+ <div class="cell c10">10</div>
+</div>