Chromium Code Reviews| Index: LayoutTests/inspector/timeline/resources/timeline-iframe-data.html |
| diff --git a/LayoutTests/inspector/timeline/resources/timeline-iframe-data.html b/LayoutTests/inspector/timeline/resources/timeline-iframe-data.html |
| deleted file mode 100644 |
| index ffdaa211aa3e1bd8a8f60876d43921f0a75bac53..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/inspector/timeline/resources/timeline-iframe-data.html |
| +++ /dev/null |
| @@ -1,17 +0,0 @@ |
| -<html> |
| -<head> |
| -<script> |
| -console.timeStamp("SCRIPT TAG"); |
| - |
| -function iframeOnload() |
| -{ |
| - console.log("iframe loaded"); |
| -} |
| -</script> |
| -</head> |
| - |
| -<body onload="iframeOnload()"> |
| - <div>Foo</div> |
| -</body> |
| - |
| -</html> |