| Index: LayoutTests/inspector/elements/shadow-root.html
|
| diff --git a/LayoutTests/inspector/elements/shadow-root.html b/LayoutTests/inspector/elements/shadow-root.html
|
| deleted file mode 100644
|
| index cf8d9037258e17e82817cf76f7ead45e6f321c78..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/shadow-root.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../http/tests/inspector/elements-test.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.expandElementsTree(function() {
|
| - var container = InspectorTest.expandedNodeWithId("container");
|
| - InspectorTest.dumpElementsTree(container);
|
| - InspectorTest.completeTest();
|
| - });
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -
|
| -<p id="description">This test verifies that author shadow root's #document-fragment is displayed and user-agent one is hidden by default.</p>
|
| -
|
| -<div id="container">
|
| - <div id="test1"></div>
|
| - <div id="test2">only test</div>
|
| - <div id="test3">with <span>elements</span></div>
|
| - <input type="text" value="Test">
|
| -</div>
|
| -
|
| -<script>
|
| -test1.createShadowRoot();
|
| -test2.createShadowRoot();
|
| -test3.createShadowRoot();
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|