Skip to content

Commit

Permalink
Make non-normal align-content establish a block formatting context
Browse files Browse the repository at this point in the history
Signed-off-by: rayguo17 <[email protected]>
  • Loading branch information
rayguo17 authored and servo-wpt-sync committed Jan 15, 2025
1 parent bd1e580 commit 8eca2c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/css-align/blocks/align-content-block-006.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
function doTest()
{
document.body.offsetHeight; // trigger layout
document.getElementById('initial').type = 'text/plain'; // invalidate stylesheet
document.getElementById('initial').disabled = true;
checkLayout('.test');
}
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion css/css-align/blocks/align-content-block-007.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
function doTest()
{
document.body.offsetHeight; // trigger layout
document.getElementById('initial').type = 'text/plain'; // invalidate stylesheet
document.getElementById('initial').disabled = true;
checkLayout('.test');
}
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion css/css-align/blocks/align-content-block-008.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
function doTest()
{
document.body.offsetHeight; // trigger layout
document.getElementById('initial').type = 'text/plain'; // invalidate stylesheet
document.getElementById('initial').disabled = true;
checkLayout('.test');
}
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion css/css-align/blocks/align-content-block-009.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
function doTest()
{
document.body.offsetHeight; // trigger layout
document.getElementById('initial').type = 'text/plain'; // invalidate stylesheet
document.getElementById('initial').disabled = true;
checkLayout('.test');
}
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion css/css-align/blocks/align-content-block-010.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
function doTest()
{
document.body.offsetHeight; // trigger layout
document.getElementById('initial').type = 'text/plain'; // invalidate stylesheet
document.getElementById('initial').disabled = true;
checkLayout('.test');
}
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion css/css-align/blocks/align-content-block-011.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
function doTest()
{
document.body.offsetHeight; // trigger layout
document.getElementById('initial').type = 'text/plain'; // invalidate stylesheet
document.getElementById('initial').disabled = true;
checkLayout('.test');
}
window.onload = () => {
Expand Down

0 comments on commit 8eca2c2

Please sign in to comment.