diff --git a/Base/res/html/misc/attrselectors.html b/Base/res/html/misc/attrselectors.html index f1fd66626c..eadbfb085b 100644 --- a/Base/res/html/misc/attrselectors.html +++ b/Base/res/html/misc/attrselectors.html @@ -1,24 +1,39 @@ + CSS attribute selector test -
This div is hello, friends!
-
This div has id="foo" and is bloo!
-
This div has a "cool" attribute and a cool green color.
+

These should be green:

+
HasAttribute
+
ExactMatch
+
ContainsWord
+
ContainsString
+
StartsWithSegment
+
StartsWithString
+
EndsWithString
+ +

These should be red:

+
HasAttribute
+
ExactMatch
+
ContainsWord
+
ContainsString
+
StartsWithSegment
+
StartsWithString
+
EndsWithString