We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9035c1d commit 9f7ddb7Copy full SHA for 9f7ddb7
src/lib/select/select.spec.ts
@@ -3368,6 +3368,8 @@ describe('MatSelect', () => {
3368
// Scroll the select into view
3369
setScrollTop(1700);
3370
3371
+ console.log(window.innerHeight, window.innerWidth);
3372
+
3373
// In the iOS simulator (BrowserStack & SauceLabs), adding the content to the
3374
// body causes karma's iframe for the test to stretch to fit that content once we attempt to
3375
// scroll the page. Setting width / height / maxWidth / maxHeight on the iframe does not
0 commit comments