Index: third_party/WebKit/LayoutTests/paint/selection/selection-drag-image-in-iframe.html |
diff --git a/third_party/WebKit/LayoutTests/paint/selection/selection-drag-image-in-iframe.html b/third_party/WebKit/LayoutTests/paint/selection/selection-drag-image-in-iframe.html |
index 30082cc238b862d844d5948e7e95de051807e270..adcf75786d8550ddd25c31502b08f90f242d2770 100644 |
--- a/third_party/WebKit/LayoutTests/paint/selection/selection-drag-image-in-iframe.html |
+++ b/third_party/WebKit/LayoutTests/paint/selection/selection-drag-image-in-iframe.html |
@@ -1,5 +1,5 @@ |
<!doctype HTML> |
-<iframe id="subframe" style="position:relative; top: 100px; left: 100px" srcdoc="<img id='target' src='../../fast/images/resources/grid-small.png'>"></iframe> |
+<iframe id="subframe" style="position:relative; top: 100px; left: 100px" srcdoc="<img id='target' src='../../images/resources/grid-small.png'>"></iframe> |
<script> |
function dragAndDrop() { |