| 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 023bd48df95b6492e840e78db603ec560ebcc298..5c008df29a06c413a342a0bac41a4d4b1960d03b 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -187,6 +187,8 @@
|
| [RaisesException] DOMString layerTreeAsText(Document document, optional unsigned short flags);
|
| [RaisesException] DOMString elementLayerTreeAsText(Element element, optional unsigned short flags);
|
|
|
| + boolean isStackingContext(Element element);
|
| +
|
| [RaisesException] boolean scrollsWithRespectTo(Element element1, Element element2);
|
|
|
| DOMString scrollingStateTreeAsText(Document document);
|
|
|