forked from mirrors/gecko-dev
Automatic update from web-platform-tests Move monolithic-overflow-* from css/printing to css/css-page. (#44422) Ideally, css/printing/ should be emptied. Here's a step in that direction. See https://github.com/web-platform-tests/wpt/issues/42937 I also just removed the failure expectations from ChromeTestExpectations, since I couldn't find the reason why they were added in the first place, and besides, all bots seem to be happy. Change-Id: I4af6c637861e6ecbfa18b680deb9e82e0e7876f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5272546 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#1257066} Co-authored-by: Morten Stenshorne <mstensho@chromium.org> -- wpt-commits: 0f06b11a0ecd9df6f881ebbe6b0dbc5516794de9 wpt-pr: 44422
9 lines
301 B
HTML
9 lines
301 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<style>
|
|
body { margin: 0; }
|
|
</style>
|
|
<div style="background:yellow;">
|
|
<div style="width:50px; height:350vh; background:hotpink;"></div>
|
|
This text should be at the middle of the fourth page.
|
|
</div>
|