Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: sky/tests/lowlevel/query-selector-expected.txt

Issue 815613002: Fix attribute selectors. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/lowlevel/query-selector.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sky/tests/lowlevel/query-selector.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698