Open
Bug 1332542
Opened 8 years ago
Updated 2 years ago
Absolutely positioned block inside sized relatively block are not printed at correct vertical position
Categories
(Core :: Printing: Output, defect)
Core
Printing: Output
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: testcase)
Test
----
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/abspos-paged-002.htm
or try instead
http://test.csswg.org/suites/css21_dev/20110323/html4/abspos-paged-002.htm
Expected result
---------------
5 and only 5 pages should be printed or print-previewed.
Page number should be printed in the middle of the correspondent page.
Actual results in Firefox 53.0a1 buildID=20170118211214
-------------------------------------------------------
5 pages printed (or print-previewed), with the abspos text being nearly (but not entirely) pushed off the bottom of each (previous) page. Concretely speaking: "Page two" is at the bottom of page 1, "Page three" is at the bottom of page 2, "Page four" is at the bottom of page 3, "Page five" is at the bottom of page 4, and page 5 is simply blank.
Notes
-----
- Chrome 55.0.2883.87 and Chrome 57.0.2984.0 pass this test; Opera 12.17 (Presto engine) erratically passes this test
- With some minor code changes, Firefox 53 actually pass such test:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/abspos-paged-002-GT.html
- Paper size is: US Letter 215.9mm by 279.4mm; Orientation: Portrait
- I use Firefox 53.0a1 buildID=20170118211214 and Firefox 50.1
- Actual results have also been gotten by Daniel Holbert in bug 267029 comment 20
- I use Linux 3.13.0-107-generic x86_64, Qt: 4.8.6, KDE 4.14.13; Kubuntu (trusty) 14.04.5 LTS
- I've searched for duplicates and did not find any.
Reporter | ||
Comment 1•8 years ago
|
||
> - Opera 12.17 (Presto engine) erratically passes this test
When I print the test (and not print-preview), Opera 12.17 passes this test.
Reporter | ||
Comment 2•8 years ago
|
||
According to implementation reports, IE9 passed this test, WebToPDF 2.0.1.0 passed this test and Firefox 4.0 beta6 failed this test.
Prince 11 release 1 also passes this test.
Blocking 605520
Reporter | ||
Updated•8 years ago
|
Summary: Absolutely positioned block inside sized relatively block are not printed at correct position → Absolutely positioned block inside sized relatively block are not printed at correct vertical position
Reporter | ||
Comment 3•8 years ago
|
||
> According to implementation reports, IE9 passed this test, WebToPDF 2.0.1.0
> passed this test
http://test.csswg.org/harness/results/css21_dev/grouped/abspos-paged-002/
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•