| Index: third_party/WebKit/LayoutTests/fast/html/details-remove-summary-5.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-5.html b/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-5.html
|
| deleted file mode 100644
|
| index f10e52a978f48719d513376687242ca70895440c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-5.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<script>
|
| -
|
| -var runTests = function () {
|
| - document.getElementById("dt1").removeChild(document.getElementById("summary1"));
|
| -};
|
| -
|
| -</script>
|
| -
|
| -<body onload="runTests()">
|
| - <details open id="dt1">
|
| - <summary id="summary1">summary 1</summary>
|
| - <summary id="summary2">summary 2</summary>
|
| - </details>
|
| -</body>
|
|
|