Skip to content

Commit e38b158

Browse files
committed
Update styles tests
1 parent 9a4abcf commit e38b158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/dependencies/styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ static function () use ( $styles_inline_size_limit ): int {
622622
$this->assertTrue( $processor->next_tag() );
623623
$this->assertSame( 'STYLE', $processor->get_tag() );
624624
$this->assertSame( $handle . '-inline-css', $processor->get_attribute( 'id' ) );
625-
$this->assertSame( 'text/css', $processor->get_attribute( 'type' ) );
625+
$this->assertNull( $processor->get_attribute( 'type' ) );
626626

627627
$expected_inline_styles = $expected_after;
628628
if ( isset( $additional_inline_style ) ) {

0 commit comments

Comments
 (0)