| Index: LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.html
|
| diff --git a/LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.html b/LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.html
|
| deleted file mode 100644
|
| index 81eeb5feb38afbd91a1e5decd13f93245698af8b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<html>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpResourceLoadCallbacks();
|
| - testRunner.setUserStyleSheetLocation("file:///tmp/LayoutTests/fast/loader/resources/user-style-sheet.css");
|
| - testRunner.setUserStyleSheetEnabled(true);
|
| -} else {
|
| - document.write ('This test must be run through DumpRenderTree.')
|
| -}
|
| -</script>
|
| -<body onload = "if (window.testRunner) testRunner.setUserStyleSheetEnabled(false);">
|
| - This tests that no delegate methods are sent for the user style sheet. No stylesheet load messages should be dumped.
|
| -</div>
|
| -</html>
|
|
|