UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Example URL:
Steps to reproduce the problem:
1.
Make a HTML page with the following content (or get the page attached):
<body style="height: 1200px">
<p style="position: fixed; top: 0;transform:rotate(1deg)">
Hello !
</p>
</body>
2. Open the page in Chromium 67 and ask "print".
What is the expected behavior?
You should see a print preview with 2 pages, each containing the world "Hello"
This is the behaviour "natural" behaviour observed in Firefox, and Chromium up to 65, (66 not tested).
What went wrong?
In Chromium 67, "Hello" will only appear on the first page. This seems due to the presence of "transform:rotate(1deg)", as when you remove this you get "Hello" on every page.
Does it occur on multiple sites: N/A
Is it a problem with a plugin? No
Did this work before? Yes 65 (or 66, not tested)
Does this work in other browsers? Yes
Chrome version: 67.0.3391.0 Channel: n/a
OS Version: Ubuntu 16.04
Flash Version: Shockwave Flash 13.1 r2
Reproduced by other people on other systems. Here is the related Github issue (where Chromium is used through other software).
https://github.com/RelaxedJS/ReLaXed/issues/17
|
Deleted:
page.html
111 bytes
|
Comment 1 by dtapu...@chromium.org
, May 3 2018