Closed
Bug 368020
Opened 18 years ago
Closed 18 years ago
background-clip and background-origin broken on line/column/page-broken frames
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(2 files)
|
10.11 KB,
patch
|
Details | Diff | Splinter Review | |
|
10.15 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
background-clip and background-origin don't work correctly whereever border and padding are skipped because a frame is broken over lines, columns, or pages. Patch, with testcases included, coming shortly.
| Assignee | ||
Comment 1•18 years ago
|
||
This is the current state of my patch (minus the image the tests need, which I should check in, which is just a copy of http://developer.mozilla.org/wiki-images/en/a/a6/Repeatable-diagonal-gradient-background.png ).
Tests 3 and 4 fail because -moz-background-inline-policy assumes border-box, rather than following either of background-origin or background-clip, which I think it should.
I haven't yet figured out why test 1 fails, but I think it's some sort of block pagination issue.
| Assignee | ||
Updated•18 years ago
|
Whiteboard: [patch]
| Assignee | ||
Comment 2•18 years ago
|
||
Filed 2 bugs (bug 368079 and bug 368085) on the failing regression tests.
Attachment #252646 -
Flags: superreview?(roc)
Attachment #252646 -
Flags: review?(roc)
| Assignee | ||
Comment 3•18 years ago
|
||
I've also commented out test 2, which fails in reftest but not just testing in the browser, and filed bug 368157. (Commented out rather than marked failing because I suspect the failure could be platform-specific.)
Attachment #252646 -
Flags: superreview?(roc)
Attachment #252646 -
Flags: superreview+
Attachment #252646 -
Flags: review?(roc)
Attachment #252646 -
Flags: review+
| Assignee | ||
Comment 4•18 years ago
|
||
Fix checked in to trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
Flags: in-testsuite+
Updated•13 years ago
|
blocking-kilimanjaro: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•