Index: LayoutTests/fast/frames/iframe-double-scale-contents.html |
diff --git a/LayoutTests/fast/frames/iframe-double-scale-contents.html b/LayoutTests/fast/frames/iframe-double-scale-contents.html |
index 7557f02f9d0c1c5e84423b092f12f2fc23d0723b..660c17132dd43c7d81d0a91cc2918bea2dca389b 100644 |
--- a/LayoutTests/fast/frames/iframe-double-scale-contents.html |
+++ b/LayoutTests/fast/frames/iframe-double-scale-contents.html |
@@ -6,7 +6,7 @@ |
height: 0px; |
} |
</style> |
- <script src="../js/resources/js-test-pre.js"></script> |
+ <script src="../../resources/js-test.js"></script> |
<script> |
window.enablePixelTesting = true; |
@@ -36,7 +36,7 @@ |
testRunner.notifyDone(); |
} |
</script> |
- <script src="../js/resources/js-test-pre.js"></script> |
+ <script src="../../resources/js-test.js"></script> |
</head> |
<body onload="test();"> |
<iframe id="frame" src="resources/iframe-content-scaling-bug-iframe.html" style="position: absolute; left: 0px; top: 0px; border: none; width: 300px; height: 300px;"></iframe> |