File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ test.beforeEach(() => {
88 cleanupMedia ( ) ;
99} ) ;
1010
11- // TODO: Seems to be a bug? To investigate. Maybe because the default aspect ratio is 0/0
12- test . skip ( "unset" , ( ) => {
11+ test ( "unset" , ( ) => {
1312 assert . equal ( matchMedia ( "(min-aspect-ratio: 9/16)" ) . matches , false ) ;
1413 assert . equal ( matchMedia ( "(aspect-ratio: 9/16)" ) . matches , false ) ;
1514 assert . equal ( matchMedia ( "(max-aspect-ratio: 9/16)" ) . matches , false ) ;
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ test.beforeEach(() => {
88 cleanupMedia ( ) ;
99} ) ;
1010
11- // TODO: Seems to be a bug? To investigate. Maybe because the default aspect ratio is 0/0
12- test . skip ( "unset" , ( ) => {
11+ test ( "unset" , ( ) => {
1312 assert . equal ( matchMedia ( "(min-device-aspect-ratio: 9/16)" ) . matches , false ) ;
1413 assert . equal ( matchMedia ( "(device-aspect-ratio: 9/16)" ) . matches , false ) ;
1514 assert . equal ( matchMedia ( "(max-device-aspect-ratio: 9/16)" ) . matches , false ) ;
You can’t perform that action at this time.
0 commit comments