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

style: Really only resolve applicable ::before / ::after. #18261

Merged
merged 1 commit into from Aug 28, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

style: Really only resolve applicable ::before / ::after.

MozReview-Commit-ID: 4dIykkUdIxZ
  • Loading branch information
emilio committed Aug 28, 2017
commit 14d60a7e891407f67b5f921bb3323b92e9940618
@@ -194,7 +194,12 @@ where
&primary_style,
layout_parent_style_for_pseudo
);

if let Some(style) = pseudo_style {
if !matches!(self.pseudo_resolution, PseudoElementResolution::Force) &&
eager_pseudo_is_definitely_not_generated(&pseudo, &style) {
return;
}
pseudo_styles.set(&pseudo, style);
}
})
"testharness"
],
"mozilla/getComputedStyle.html": [
"17a1592664bdc9518786673683b9c43412fe9424",
"0cb74e3ff46837ccc308fac608f6924f101a0da6",
"testharness"
],
"mozilla/getPropertyPriority.html": [
@@ -6,6 +6,7 @@
<style>
#foo:before {
color: red;
content: "";
}

#foo {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.