Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent failure in /css-transforms-1_dev/html/transform-stacking-004.htm #9448

Closed
jdm opened this issue Jan 28, 2016 · 4 comments
Closed

Intermittent failure in /css-transforms-1_dev/html/transform-stacking-004.htm #9448

jdm opened this issue Jan 28, 2016 · 4 comments
Assignees

Comments

@jdm
Copy link
Member

@jdm jdm commented Jan 28, 2016

No description provided.

@jdm
Copy link
Member Author

@jdm jdm commented Jan 28, 2016

screen shot 2016-01-28 at 10 43 23 am

@mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented Jan 28, 2016

The red div is offset by 8px (same as the margin of the <body> element), which suggests the margin is double-counted. The z order is also wrong, which is reminiscent of issue #7779.

@nox
Copy link
Member

@nox nox commented Feb 1, 2016

Probably the same thing as #9303.

@KiChjang
Copy link
Member

@KiChjang KiChjang commented Feb 4, 2016

Disabled in #9524.

mbrubeck added a commit to mbrubeck/servo that referenced this issue Feb 23, 2016
This fixes incremental layout of nodes that match pseudo-class selectors such
as :first-child, :nth-child, :last-child, :first-of-type, etc.

* Fixes servo#8191
* Fixes servo#9063
* Fixes servo#9303
* Fixes servo#9448

This code is based on the following flags from Gecko:
https://hg.mozilla.org/mozilla-central/file/e1cf617a1f28/dom/base/nsINode.h#l134
mbrubeck added a commit to mbrubeck/servo that referenced this issue Feb 23, 2016
This fixes incremental layout of nodes that match pseudo-class selectors such
as :first-child, :nth-child, :last-child, :first-of-type, etc.

* Fixes servo#8191
* Fixes servo#9063
* Fixes servo#9303
* Fixes servo#9448

This code is based on the following flags from Gecko:
https://hg.mozilla.org/mozilla-central/file/e1cf617a1f28/dom/base/nsINode.h#l134
mbrubeck added a commit to mbrubeck/servo that referenced this issue Feb 24, 2016
This fixes incremental layout of nodes that match pseudo-class selectors such
as :first-child, :nth-child, :last-child, :first-of-type, etc.

* Fixes servo#8191
* Fixes servo#9063
* Fixes servo#9303
* Fixes servo#9448

This code is based on the following flags from Gecko:
https://hg.mozilla.org/mozilla-central/file/e1cf617a1f28/dom/base/nsINode.h#l134
@mbrubeck mbrubeck self-assigned this Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.