Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit b1fd38d

Browse files
CSS: Test dominant-baseline initial value 'auto'
The CSS Inline Layout spec has been updated to show the initial value of dominant-baseline as 'auto', matching SVG 1.1 and browsers. https://drafts.csswg.org/css-inline/#dominant-baseline-property w3c/csswg-drafts#4115 Change-Id: Ib2dbdf91a9535c4d149aa773b61302c36c360305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741445 Auto-Submit: Eric Willigers <[email protected]> Commit-Queue: Emil A Eklund <[email protected]> Reviewed-by: Emil A Eklund <[email protected]> Cr-Commit-Position: refs/heads/master@{#685218}
1 parent 7a7583d commit b1fd38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/css-inline/inheritance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<script>
1919
assert_not_inherited('alignment-baseline', 'baseline', 'central');
2020
assert_not_inherited('baseline-shift', '0px', '10px');
21-
assert_inherited('dominant-baseline', 'normal', 'central');
21+
assert_inherited('dominant-baseline', 'auto', 'central');
2222
assert_not_inherited('initial-letters', 'normal', '2 3');
2323
assert_inherited('initial-letters-align', 'alphabetic', 'hanging');
2424
assert_inherited('initial-letters-wrap', 'none', 'grid');

0 commit comments

Comments
 (0)