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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 1489433002: Support the essential part of Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove one TODO Created 5 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
Index: third_party/WebKit/Source/core/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index 953ec94101d134ddea6720ac2c4c31aeeeeb7bf3..e36685e4d2822091ae44051044434721f825b1bd 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -87,6 +87,7 @@
[RaisesException] Node lastChildInComposedTree(Node node);
[RaisesException] Node nextInComposedTree(Node node);
[RaisesException] Node previousInComposedTree(Node node);
+ [RaisesException] Node parentInComposedTree(Node node);
DOMString visiblePlaceholder(Element element);

Powered by Google App Engine
This is Rietveld 408576698