Skip to content

Commit 096b41a

Browse files
committed
Fixup vertical-align.html
* add metadata * don't use calc() in the ref
1 parent df9276b commit 096b41a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

vertical-align-ref.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<style>
55
.aligntest {
66
line-height: 16px;
7-
vertical-align: calc(9px);
7+
vertical-align: 9px;
88
}
99
</style>
1010
<hr/>

vertical-align.html

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<!DOCTYPE HTML>
22
<meta charset="utf-8">
3+
<title>CSS test: calc() in vertical-align</title>
4+
<meta name="assert" content="calc() works in the vertical-align property">
5+
<link rel="help" href="https://drafts.csswg.org/css-values-3/#calc-notation">
6+
<link rel="help" href="https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align">
7+
<meta name="flags" content="">
38
<link rel='match' href='vertical-align-ref.html'>
49
<style>
510
.aligntest {

0 commit comments

Comments
 (0)