Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent failure of /_mozilla/css/nth_last_of_type_pseudo_a.html #9063
Labels
Comments
Member
KiChjang
commented
Dec 24, 2015
This was referenced Jan 28, 2016
Merged
This was referenced Feb 19, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
