Index: sky/tests/lowlevel/query-selector-expected.txt |
diff --git a/sky/tests/lowlevel/query-selector-expected.txt b/sky/tests/lowlevel/query-selector-expected.txt |
index 7acef635a0f33a68c435b462f67263b9a0a8761d..a2d5c650d3489704a3d9867d9482cf8f7895dddb 100644 |
--- a/sky/tests/lowlevel/query-selector-expected.txt |
+++ b/sky/tests/lowlevel/query-selector-expected.txt |
@@ -1,9 +1,11 @@ |
-Running 5 tests |
+Running 7 tests |
ok 1 querySelector should find elements by class name |
ok 2 querySelector should find elements by id |
ok 3 querySelector should find elements by tag name |
ok 4 querySelector should find an element by compound selector |
ok 5 querySelector should find all elements by compound selector |
-5 tests |
-5 pass |
+ok 6 querySelector should find all elements by attribute presence selector |
+ok 7 querySelector should find all elements by attribute value selector |
+7 tests |
+7 pass |
0 fail |