Avoid duplicated tokens in AttrValue::from_serialized_tokenlist

This commit is contained in:
Bruno de Oliveira Abinader 2014-12-16 11:02:04 -04:00
parent eb3678fa28
commit c5f7e553e4
2 changed files with 6 additions and 8 deletions

View file

@ -3,9 +3,6 @@
[CSS .foo selectors must not match elements without any class]
expected: FAIL
[classList must be correct for an element that has classes]
expected: FAIL
[empty classList should return the empty string since the ordered set parser skip the whitespaces]
expected: FAIL
@ -63,9 +60,6 @@
[classList.remove must not break case-sensitive CSS selector matching]
expected: FAIL
[classList.remove must remove duplicated tokens]
expected: FAIL
[classList.remove must collapse whitespace around removed tokens]
expected: FAIL