| Index: third_party/WebKit/LayoutTests/editing/selection/leak-document-with-selection-inside.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/leak-document-with-selection-inside.html b/third_party/WebKit/LayoutTests/editing/selection/leak-document-with-selection-inside.html
|
| deleted file mode 100644
|
| index 8cea0d989ae9e530a74c6ed979c672d29ea9d156..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/leak-document-with-selection-inside.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<body>
|
| - <script id='targetHTML' type='text/html'>
|
| - <span id='t'></span>
|
| - </script>
|
| - <script id='targetJS' type='text/html'>
|
| - var element = document.getElementById("t");
|
| - window.getSelection().collapse(element, 0);
|
| - </script>
|
| -
|
| - <script src="../../resources/js-test.js"></script>
|
| - <script src="../../resources/leak-check.js"></script>
|
| - <script>
|
| - description("This test asserts that document doesn't leak when a selection is created inside the document.");
|
| -
|
| - var target = grabScriptText('targetHTML') +
|
| - '<script>'+grabScriptText('targetJS')+'<'+'/script>';
|
| - var tolerance = {'numberOfLiveDocuments': 0};
|
| -
|
| - doLeakTest(htmlToUrl(target), tolerance);
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|