Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/105639
Change subject: Failing test case for attribute selector bug in CSSJanus
......................................................................
Failing test case for attribute selector bug in CSSJanus
Change-Id: If424a1df26bb7a5a18cee4b0318b029392528fc0
---
M tests/phpunit/includes/libs/CSSJanusTest.php
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/39/105639/1
diff --git a/tests/phpunit/includes/libs/CSSJanusTest.php
b/tests/phpunit/includes/libs/CSSJanusTest.php
index 5a3c161..173f480 100644
--- a/tests/phpunit/includes/libs/CSSJanusTest.php
+++ b/tests/phpunit/includes/libs/CSSJanusTest.php
@@ -437,6 +437,10 @@
'div { float: left; /* @noflip */ text-align:
left; }',
'div { float: right; /* @noflip */ text-align:
left; }'
),
+ array(
+ // before an attribute rule with multiple
properties
+ '/* @noflip */ div.foo[bar*=\'baz\'] {
float:left; clear: left; }'
+ ),
// Guard against css3 stuff
array(
--
To view, visit https://gerrit.wikimedia.org/r/105639
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If424a1df26bb7a5a18cee4b0318b029392528fc0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits