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

Unified Diff: LayoutTests/fast/css/parsing-object-fit.html

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops, sorry! Forgot to update UseCounter.cpp Created 7 years, 4 months 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: LayoutTests/fast/css/parsing-object-fit.html
diff --git a/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid.html b/LayoutTests/fast/css/parsing-object-fit.html
similarity index 82%
copy from LayoutTests/fast/box-shadow/box-shadow-parsing-invalid.html
copy to LayoutTests/fast/css/parsing-object-fit.html
index 4d2be69dd2d7d9692afa9f8d42c8776e3d72fbbb..67e4c3cbdf363202dd301a1c2e8531d6ecff255c 100644
--- a/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid.html
+++ b/LayoutTests/fast/css/parsing-object-fit.html
@@ -7,7 +7,7 @@
<body>
<p id="description"></p>
<div id="console"></div>
-<script src="script-tests/box-shadow-parsing-invalid.js"></script>
+<script src="script-tests/parsing-object-fit.js"></script>
ojan 2013/08/08 02:36:55 We're moving away from using script-tests wherever
mstensho (USE GERRIT) 2013/08/08 07:26:42 Done.
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698