1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
5 <script src=
"../../http/tests/inspector/elements-test.js"></script>
10 InspectorTest
.expandElementsTree(step1
);
14 InspectorTest
.reloadPage(step2
);
19 InspectorTest
.completeTest();
26 <body onload=
"runTest()">
28 Tests that the inspected page does not crash in a debug build when reloading a page containing shadow DOM with open inspector.
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=84154">Bug
84154</a>.