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

Unified Diff: sky/tests/dom/ownerScope-expected.txt

Issue 810793005: Implement Node.ownerScope (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Update to spec. 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/dom/ownerScope.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/dom/ownerScope-expected.txt
diff --git a/sky/tests/dom/ownerScope-expected.txt b/sky/tests/dom/ownerScope-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..674fbda8b8e37800c5b1b642042b7b916c96fc3c
--- /dev/null
+++ b/sky/tests/dom/ownerScope-expected.txt
@@ -0,0 +1,9 @@
+Running 5 tests
+ok 1 ownerScope should return null for elements not a child of a scope
+ok 2 ownerScope should return the document for elements in the document scope
+ok 3 ownerScope should return the shadow root for elements in the shadow root scope
+ok 4 ownerScope should return self for a shadow root or document
+ok 5 ownerScope should dynamically update
+5 tests
+5 pass
+0 fail
« no previous file with comments | « sky/tests/dom/ownerScope.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698