Skip to content

Commit d27df94

Browse files
authored
Fix css-flexbox/percent-height-flex-items-cross-sizez-with-mutations.html (#51438)
When I created this test I ran into some linting errors. When I tried to appease those I accidentally introduced a bug in the markup.
1 parent bc5b242 commit d27df94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/css-flexbox/percent-height-flex-items-cross-sizes-with-mutations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="author" title="Sammy Gill" href="mailto:[email protected]">
55
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#layout-algorithm">
66
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
7-
<meta name="assert" content="Tests that the cross size of flexboxes and flex items with % height are computed correctly with various mutations."
7+
<meta name="assert" content="Tests that the cross size of flexboxes and flex items with % height are computed correctly with various mutations.">
88
<style>
99
.flexbox {
1010
display: flex;

0 commit comments

Comments
 (0)