fune/testing/web-platform/tests/css/css-page/monolithic-overflow-014-print.html
Blink WPT Bot af1440c7d0 Bug 1878953 [wpt PR 44422] - Move monolithic-overflow-* from css/printing to css/css-page., a=testonly
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
2024-02-13 08:17:50 +00:00

12 lines
513 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1402540">
<link rel="match" href="monolithic-overflow-014-print-ref.html">
<style>
body { margin: 0; }
</style>
<div style="background:yellow;">
<div style="display:inline-block; vertical-align:top; width:50px; height:350vh; background:hotpink;"></div>
On the first page
</div>
This text should be at the middle of the fourth page.