Skip to content

Commit 9f7ddb7

Browse files
committed
Print screen size
1 parent 9035c1d commit 9f7ddb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/select/select.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,6 +3368,8 @@ describe('MatSelect', () => {
33683368
// Scroll the select into view
33693369
setScrollTop(1700);
33703370

3371+
console.log(window.innerHeight, window.innerWidth);
3372+
33713373
// In the iOS simulator (BrowserStack & SauceLabs), adding the content to the
33723374
// body causes karma's iframe for the test to stretch to fit that content once we attempt to
33733375
// scroll the page. Setting width / height / maxWidth / maxHeight on the iframe does not

0 commit comments

Comments
 (0)