Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: third_party/WebKit/LayoutTests/media/absolute-positioned-video-crash.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698