Index: third_party/WebKit/LayoutTests/media/absolute-positioned-video-crash.html |
diff --git a/third_party/WebKit/LayoutTests/media/absolute-positioned-video-crash.html b/third_party/WebKit/LayoutTests/media/absolute-positioned-video-crash.html |
index a54a28a1e10a57fb1879f6b9baf995ac2dd40d46..09603196b22503ae8102fb91a597ffc344b7dafb 100644 |
--- a/third_party/WebKit/LayoutTests/media/absolute-positioned-video-crash.html |
+++ b/third_party/WebKit/LayoutTests/media/absolute-positioned-video-crash.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<body onload="reloadOnce()"> |
<div>This test passes if it doesn't crash.</div> |
-<video style="position: absolute" poster="../fast/images/resources/green.jpg"><source></video> |
+<video style="position: absolute" poster="../images/resources/green.jpg"><source></video> |
<script> |
document.body.offsetHeight; |