| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| index e415641d676d3b115f0eb78edd8836e78c817250..44798d976e7ce746a71be392dd48b08517241392 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <script src="../../../resources/js-test.js"></script>
|
| -<output id="out"></output>
|
| +<div id="out"></div>
|
| <script>
|
| description("Garbage collection of Selection objects with shorter lifetimes must not crash.");
|
| // A Selection object that dies before the window object it is registered to, must detach
|
|
|