Skip to content

Commit d45534b

Browse files
sabbCodesservo-wpt-sync
authored andcommitted
Metadata added
Signed-off-by: Sabb <sarafaabbas@gmail.com>
1 parent 18bbfe4 commit d45534b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

html/rendering/non-replaced-elements/tables/td-default-border-color-ref.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
33
<title>td default border color - ref</title>
4+
<meta name="assert" content="td border-color should default to black">
5+
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#tables-2">
46
<style>
57
body { background: #fff; color: black; }
68
td {

html/rendering/non-replaced-elements/tables/td-default-border-color.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
33
<title>td default border color</title>
4+
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#tables-2">
5+
<link rel="match" href="td-default-border-color-ref.html">
6+
<meta name="assert" content="td border-color should default to black">
47
<style>
58
body { background: #fff; color: black; }
69
td {

0 commit comments

Comments
 (0)