Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test to check scrollable overflow of abspos elements #26657

Merged

Conversation

mrego
Copy link
Member

@mrego mrego commented Nov 27, 2020

No description provided.

@mrego mrego merged commit 6c4a252 into web-platform-tests:master Nov 27, 2020
@mrego mrego deleted the positon-absolute-scrollable-overflow branch November 27, 2020 10:11
<div class="abspos" style="height: 500px; left: -50px;"></div>
</div>
<div class="containing-block" data-expected-scroll-width="100" data-expected-scroll-height="550">
<div class="abspos" style="height: 500px; left: -50px; top: 50px;"></div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: the order in height: 500px; left: -50px; top: 50px; makes it harder to see what's happening since the horizontal left: -50px is placed between the vertical declarations. IMO would be clearer as height: 500px; top: 50px; left: -50px;. Ditto for the following cases.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I had already merged it. I've fixed that in ##26659.

mrego added a commit to mrego/wpt that referenced this pull request Nov 27, 2020
Apply suggestion from review after the test has landed:
web-platform-tests#26657 (review)
mrego added a commit that referenced this pull request Nov 27, 2020
Apply suggestion from review after the test has landed:
#26657 (review)
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Dec 4, 2020
…-001.html, a=testonly

Automatic update from web-platform-tests
Fix positon-absolute-scrollable-overflow-001.html

Apply suggestion from review after the test has landed:
web-platform-tests/wpt#26657 (review)

--
Address review comment

--

wpt-commits: a032b341c4dcd16ca4551da719a8c83a2e55d910, 819004e487f30f8f88c71f37c7d9f80f2aed0064
wpt-pr: 26659
sidvishnoi pushed a commit to sidvishnoi/gecko-webmonetization that referenced this pull request Dec 10, 2020
…-001.html, a=testonly

Automatic update from web-platform-tests
Fix positon-absolute-scrollable-overflow-001.html

Apply suggestion from review after the test has landed:
web-platform-tests/wpt#26657 (review)

--
Address review comment

--

wpt-commits: a032b341c4dcd16ca4551da719a8c83a2e55d910, 819004e487f30f8f88c71f37c7d9f80f2aed0064
wpt-pr: 26659
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants