| Index: third_party/WebKit/LayoutTests/fast/html/details-add-summary-9.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/details-add-summary-9.html b/third_party/WebKit/LayoutTests/fast/html/details-add-summary-9.html
|
| deleted file mode 100644
|
| index 20b97e2e54add017f36a96477cc6d65c83dc0e25..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/details-add-summary-9.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<script>
|
| -
|
| -var createNewElement = function (tag, id, text) {
|
| - var result = document.createElement(tag);
|
| - result.setAttribute('id',id);
|
| - result.innerHTML = text;
|
| - return result;
|
| -};
|
| -
|
| -var runTests = function () {
|
| - document.getElementById("dt1").appendChild(createNewElement("summary", "new1", "new 1"));
|
| -};
|
| -
|
| -</script>
|
| -
|
| -<body onload="runTests()">
|
| - <details open id="dt1">
|
| - <summary id="summary1">summary</summary>
|
| - </details>
|
| -</body>
|
|
|