fune/testing/web-platform/tests/css/css-break/transform-022-print.html
Morten Stenshorne 975ffeb6fc Bug 1889480 [wpt PR 45512] - Move tests from css/printing/transform* to css/css-break/, a=testonly
Automatic update from web-platform-tests
Move tests from css/printing/transform* to css/css-break/

css/css-break/ already had some transform tests, so the ones moved from
css/printing/ have been renamed from 001,002,003 to 022,023,024.

See https://github.com/web-platform-tests/wpt/issues/42937

Change-Id: I8745bc02a4f593d7e824aa0b73d07800a97864e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5419243
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1282126}

--

wpt-commits: e720d4d2a2ea9f9c1610841adb628e478495ff8d
wpt-pr: 45512
2024-04-10 09:26:08 +00:00

11 lines
397 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=1442522">
<link rel="match" href="transform-022-print-ref.html">
<style>
body { margin: 0; }
</style>
<div style="height:0;">
There should be 5 pages.
</div>
<div style="transform:rotate(180deg); height:500vh;"></div>