Skip to content

Commit

Permalink
Move some tests from css/printing/ to css/css-page/ (#45513)
Browse files Browse the repository at this point in the history
There was a page-name-001-print.html both in css/printing/ and in
css/css-page/ , so the one in css/printing/ got moved to
css/css-page/page-name-000-print.html

See #42937

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

Co-authored-by: Morten Stenshorne <mstensho@chromium.org>
  • Loading branch information
chromium-wpt-export-bot and mstensho committed Apr 4, 2024
1 parent 444d0e4 commit 0d75348
Show file tree
Hide file tree
Showing 87 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -2,7 +2,7 @@
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-page-3/#using-named-pages">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1414718">
<link rel="match" href="page-name-001-print-ref.html">
<link rel="match" href="page-name-000-print-ref.html">
<div style="page:foo;">
<div style="float:left;">First page</div>
<div style="clear:both;">Also first page</div>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -14,6 +14,6 @@
<p>The word "PASS" should be seen below.</p>
<script>
const iframe = document.createElement("iframe");
iframe.src = get_host_info().REMOTE_ORIGIN + "/css/printing/resources/iframe-with-abspos.html";
iframe.src = get_host_info().REMOTE_ORIGIN + "/css/css-page/resources/iframe-with-abspos.html";
document.body.appendChild(iframe);
</script>
File renamed without changes.

0 comments on commit 0d75348

Please sign in to comment.