summaryrefslogtreecommitdiffstats
path: root/dom/webidl/Selection.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/Selection.webidl')
-rw-r--r--dom/webidl/Selection.webidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/webidl/Selection.webidl b/dom/webidl/Selection.webidl
index 263c50181e..24bc244e7f 100644
--- a/dom/webidl/Selection.webidl
+++ b/dom/webidl/Selection.webidl
@@ -21,6 +21,8 @@ interface Selection {
[NeedsCallerType]
readonly attribute unsigned long focusOffset;
readonly attribute boolean isCollapsed;
+ [ChromeOnly]
+ readonly attribute boolean areNormalAndCrossShadowBoundaryRangesCollapsed;
/**
* Returns the number of ranges in the selection.
*/