Index: LayoutTests/fast/notifications/notifications-leak-document.html |
diff --git a/LayoutTests/fast/notifications/notifications-leak-document.html b/LayoutTests/fast/notifications/notifications-leak-document.html |
index b8767469cd7c97d0d9c731636110480c60e49909..6ef61ff9a38d516aa741560e6d450eb499c59795 100644 |
--- a/LayoutTests/fast/notifications/notifications-leak-document.html |
+++ b/LayoutTests/fast/notifications/notifications-leak-document.html |
@@ -1,8 +1,8 @@ |
<!DOCTYPE html> |
<html> |
<body> |
- <script src="../js/resources/js-test-pre.js"></script> |
- <script src="../js/resources/leak-check.js"></script> |
+ <script src="../../resources/js-test.js"></script> |
+ <script src="../../resources/leak-check.js"></script> |
<script> |
testRunner.grantWebNotificationPermission("file://"); |
var tolerance = {'numberOfLiveDocuments': 0}; |