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

Unified Diff: third_party/WebKit/LayoutTests/images/zoomed-offset-size.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/images/zoomed-offset-size.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/zoomed-offset-size.html b/third_party/WebKit/LayoutTests/images/zoomed-offset-size.html
similarity index 87%
rename from third_party/WebKit/LayoutTests/fast/images/zoomed-offset-size.html
rename to third_party/WebKit/LayoutTests/images/zoomed-offset-size.html
index 619045f4b14d2f20d7ef1d27c25fd289c3c9adbb..2153ebac008f884f6f0436c59b58896b1e5eb339 100644
--- a/third_party/WebKit/LayoutTests/fast/images/zoomed-offset-size.html
+++ b/third_party/WebKit/LayoutTests/images/zoomed-offset-size.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>Image should return a size of 250x166 regardless of zoom level.</title>
-<script src="../../resources/testharness.js"></script>
-<script src="../../resources/testharnessreport.js"></script>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
<div style="height:166px; width:250px; overflow:hidden;">
<img src="resources/green-256x256.jpg" style="width: 100%; height:100%">
<script>

Powered by Google App Engine
This is Rietveld 408576698