ext. filtering for lang matching

This commit is contained in:
SendilKumar N 2017-03-02 22:42:00 +08:00
parent c62973b77b
commit b6e6e84bcf
15 changed files with 74 additions and 94 deletions

View file

@ -1,5 +0,0 @@
[css3-selectors-lang-005.xht]
type: testharness
[A :lang value will match a lang attribute value when the latter contains additional subtags.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[css3-selectors-lang-009.xht]
type: testharness
[A :lang value with a multiple subtags will match a lang attribute value with multiple subtags as long as the first part is the same.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[css3-selectors-lang-014.xht]
type: testharness
[A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.]
expected: FAIL