| Index: third_party/WebKit/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/body-frameset-event-handlers.html b/third_party/WebKit/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| deleted file mode 100644
|
| index 19efd6e9f7bd047191379522c7a1a8b8f62b2dfc..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>HTMLBodyElement and HTMLFrameSetElement event handler test</title>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script src="resources/event-handlers.js"></script>
|
| -<script>
|
| -// attribute list from WHATWG HTML Living Standard r8389
|
| -[
|
| - "onblur",
|
| - "onerror",
|
| - "onfocus",
|
| - "onload",
|
| - "onresize",
|
| - "onscroll"
|
| -].forEach(function(attribute) {
|
| - testSet("HTMLBodyElement", attribute);
|
| - testEnumerate("HTMLBodyElement", attribute);
|
| - testReflect("HTMLBodyElement", attribute);
|
| - testForwardToWindow("HTMLBodyElement", attribute);
|
| - testSet("HTMLFrameSetElement", attribute);
|
| - testEnumerate("HTMLFrameSetElement", attribute);
|
| - testReflect("HTMLFrameSetElement", attribute);
|
| - testForwardToWindow("HTMLFrameSetElement", attribute);
|
| -});
|
| -</script>
|
| -<div id="log"></div>
|
|
|