Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 52910ca2a666795c4bbb22babc0fdd85702943ef..9f2468a7e4a5396eda87b279e5c79de6d6679522 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -63,6 +63,9 @@ |
[RaisesException] unsigned long updateStyleAndReturnAffectedElementCount(); |
[RaisesException] unsigned long needsLayoutCount(); |
[RaisesException] unsigned long hitTestCount(Document document); |
+ [RaisesException] unsigned long hitTestCacheHits(Document document); |
+ [RaisesException] Element? elementFromPoint(Document document, double x, double y, boolean ignoreClipping, boolean allowChildFrameContent); |
+ [RaisesException] void clearHitTestCache(Document document); |
// CSS Animation and Transition testing. |
[RaisesException] void pauseAnimations(double pauseTime); |