Skip to content

Commit

Permalink
Replace <head/> with </head> in test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Apr 10, 2023
1 parent 809b496 commit 2c590c1
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns: fit-content(50%);grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns: fit-content(50%);grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns: fit-content(30px);grid-template-rows: 40px">
Expand Down
2 changes: 1 addition & 1 deletion test_fixtures/grid_overflow_inline_axis_hidden.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display:grid;width:50px; height: 50px;">
Expand Down
2 changes: 1 addition & 1 deletion test_fixtures/grid_overflow_inline_axis_visible.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display:grid;width:50px; height: 50px;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:max-content auto;grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:max-content fit-content(10px);grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:max-content fit-content(80px);grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:min-content auto;grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:min-content fit-content(10px);grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:min-content fit-content(30px);grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:min-content fit-content(80px);grid-template-rows: 40px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="display: grid; grid-template-columns:min-content max-content fit-content(20px) auto 10px 20%;grid-template-rows: 40px 40px">
Expand Down
2 changes: 1 addition & 1 deletion test_fixtures/measure_child_with_flex_shrink_hidden.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="width:100px; height: auto">
Expand Down
2 changes: 1 addition & 1 deletion test_fixtures/overflow_main_axis_shrink_hidden.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="width:50px; height: 50px;">
Expand Down
2 changes: 1 addition & 1 deletion test_fixtures/overflow_main_axis_shrink_visible.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="width:50px; height: 50px;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Test description
</title>
<head/>
</head>
<body>

<div id="test-root" style="flex-direction: row;">
Expand Down

0 comments on commit 2c590c1

Please sign in to comment.