summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/bc_borderradius-ref.html
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-11-03 18:49:57 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-11-03 18:49:57 +0100
commitf1b043af1dd09b2a5235ee88be9a5b547697fa5b (patch)
treee9051cbca6e339c70ab1a0cd45e6124d7985b0b1 /layout/reftests/table-bordercollapse/bc_borderradius-ref.html
parentee663e2930650d181be1f7792952dfc32baf0bf0 (diff)
downloadUXP-f1b043af1dd09b2a5235ee88be9a5b547697fa5b.tar
UXP-f1b043af1dd09b2a5235ee88be9a5b547697fa5b.tar.gz
UXP-f1b043af1dd09b2a5235ee88be9a5b547697fa5b.tar.lz
UXP-f1b043af1dd09b2a5235ee88be9a5b547697fa5b.tar.xz
UXP-f1b043af1dd09b2a5235ee88be9a5b547697fa5b.zip
Issue #146 - Part 4: Adjust tests for fixes.
This also adds a reftest for border radius on collapsed borders (should be ignored according to the CSS3 standard). We didn't do this before, except on internal elements.
Diffstat (limited to 'layout/reftests/table-bordercollapse/bc_borderradius-ref.html')
-rw-r--r--layout/reftests/table-bordercollapse/bc_borderradius-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/table-bordercollapse/bc_borderradius-ref.html b/layout/reftests/table-bordercollapse/bc_borderradius-ref.html
new file mode 100644
index 000000000..c7b041f79
--- /dev/null
+++ b/layout/reftests/table-bordercollapse/bc_borderradius-ref.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<style>
+ table {
+ border-collapse: collapse;
+ }
+ td {
+ background-color: rgb(0, 255, 0);
+ margin-bottom: 10px;
+ height: 100px;
+ width:100px;
+ }
+</style>
+<table>
+ <tr>
+ <td></td>
+ </tr>
+</table>