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 upShrink selectors::Component, implement attr selector (in)case-sensitivity #16915
Conversation
highfive
commented
May 17, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 17, 2017
|
r? @emilio @bors-servo try Gecko try on top of autoland, since central conflicts: https://treeherder.mozilla.org/#/jobs?repo=try&revision=98cf044a98e340788faeac76d8939a2fc85b521d |
Make selectors::Component smaller, add case-insensitive for other attr selectors * https://bugzilla.mozilla.org/show_bug.cgi?id=1364148 * https://bugzilla.mozilla.org/show_bug.cgi?id=1364162 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16915) <!-- Reviewable:end -->
|
|
|
Looks like a legit failure:
|
|
Slicing @bors-servo try |
Make selectors::Component smaller, add case-insensitive for other attr selectors * https://bugzilla.mozilla.org/show_bug.cgi?id=1364148 * https://bugzilla.mozilla.org/show_bug.cgi?id=1364162 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16915) <!-- Reviewable:end -->
|
Gecko expectations: diff --git a/layout/style/test/stylo-failures.md b/layout/style/test/stylo-failures.md
index 20fa0989a66e..714081e90908 100644
--- a/layout/style/test/stylo-failures.md
+++ b/layout/style/test/stylo-failures.md
@@ -90,7 +90,7 @@ to mochitest command.
* ... `font-feature-settings`: bug 1355366 [10]
* test_font_face_parser.html `font-weight`: keyword values should be preserved in \@font-face [4]
* @namespace support:
- * test_namespace_rule.html: bug 1355715 [8]
+ * test_namespace_rule.html: bug 1355715 [6]
* test_dont_use_document_colors.html: support of disabling document color bug 1355716 [21]
* test_font_feature_values_parsing.html: \@font-feature-values support bug 1355721 [107]
* Grid support bug 1341802 |
|
|
|
@bors-servo try retry #16644 |
Make selectors::Component smaller, add case-insensitive for other attr selectors * https://bugzilla.mozilla.org/show_bug.cgi?id=1364148 * https://bugzilla.mozilla.org/show_bug.cgi?id=1364162 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16915) <!-- Reviewable:end -->
|
|
a157f88
to
bad8b91
|
Added more changes: case-insensitive values, removing @bors-servo try https://treeherder.mozilla.org/#/jobs?repo=try&revision=35ae90c9d51a07e5c267c470cc8f7788797d8f23 |
|
Missed the expectation change for the XHTML version of the WPT test that was fixed. @bors-servo r=nox,emilio |
|
|
|
@bors-servo p=10 |
Shrink selectors::Component, implement attr selector (in)case-sensitivity * https://bugzilla.mozilla.org/show_bug.cgi?id=1364148 * https://bugzilla.mozilla.org/show_bug.cgi?id=1364162 * https://bugzilla.mozilla.org/show_bug.cgi?id=1363531 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16915) <!-- Reviewable:end -->
|
|
|
@bors-servo r=nox,emilio |
|
|
Shrink selectors::Component, implement attr selector (in)case-sensitivity * https://bugzilla.mozilla.org/show_bug.cgi?id=1364148 * https://bugzilla.mozilla.org/show_bug.cgi?id=1364162 * https://bugzilla.mozilla.org/show_bug.cgi?id=1363531 * Fixes #3322 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16915) <!-- Reviewable:end -->
|
|
SimonSapin commentedMay 17, 2017
•
edited
This change is