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 of /_mozilla/css/nth_last_of_type_pseudo_a.html #9063

Closed
KiChjang opened this issue Dec 24, 2015 · 2 comments
Closed

Intermittent failure of /_mozilla/css/nth_last_of_type_pseudo_a.html #9063

KiChjang opened this issue Dec 24, 2015 · 2 comments
Assignees

Comments

@KiChjang
Copy link
Member

@KiChjang KiChjang commented Dec 24, 2015

Ran 3737 tests finished in 212.0 seconds.
  • 3736 ran as expected. 709 tests skipped.
  • 1 tests failed unexpectedly

Tests with unexpected results:
  ▶ FAIL [expected PASS] /_mozilla/css/nth_last_of_type_pseudo_a.html
  └   → /_mozilla/css/nth_last_of_type_pseudo_a.html c368d1126a9f5412469b9167a2622a0d43593d96
/_mozilla/css/nth_last_of_type_pseudo_b.html c568e8f044d5faec2a239694ad297caffcb9a00e
Testing c368d1126a9f5412469b9167a2622a0d43593d96 == c568e8f044d5faec2a239694ad297caffcb9a00e
@jdm
Copy link
Member

@jdm jdm commented Dec 25, 2015

screen shot 2015-12-24 at 11 26 29 pm

@KiChjang
Copy link
Member Author

@KiChjang KiChjang commented Feb 22, 2016

Disabled in #9716

mbrubeck added a commit to mbrubeck/servo that referenced this issue Feb 22, 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
and servo#9063, and other intermittent layout bugs.

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
and servo#9063, and other intermittent layout bugs.

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 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
3 participants
You can’t perform that action at this time.