Closed
Bug 1499863
Opened 7 years ago
Closed 7 years ago
Dynamic changes to will-change which cause the creation of an abspos containing block aren't honored.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Updated•7 years ago
|
Attachment #9018041 -
Attachment mime type: text/plain → text/html
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → emilio
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/2dd8df3604ef
Honor will-change: position dynamic changes. r=dbaron
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/13593 for changes under testing/web-platform/tests
Can't merge web-platform-tests PR due to failing upstream checks:
Github PR https://github.com/web-platform-tests/wpt/pull/13593
* continuous-integration/travis-ci/pr (https://travis-ci.org/web-platform-tests/wpt/builds/443044466?utm_source=github_status&utm_medium=notification)
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
The test PR didn't merge in WPT because of a lint failure:
ERROR:lint:css/css-will-change/will-change-abspos-cb-dynamic-001.html: Reference test with a non-existent 'match' relationship reference: 'will-change-abspos-cb-001-ref.html' (NON-EXISTENT-REF)
Flags: needinfo?(emilio)
| Assignee | ||
Comment 7•7 years ago
|
||
Yeah, by the time the lint ran the changes from bug 1498873 (which introduced that file) were in mozilla-central but not in wpt yet.
I restarted the Travis build which should make it pick up the right thing hopefully.
Flags: needinfo?(emilio)
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•