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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/border.html

Issue 2228333003: Use testharness.js in fast/images/ for border/cmyk tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use testharness.js in fast/images/ - [2]. Created 4 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: third_party/WebKit/LayoutTests/fast/images/border.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/border.html b/third_party/WebKit/LayoutTests/fast/images/border.html
index dd83bcfc26b14b6fcbb5405340e7d80116acc8ac..64fcf646a18d192d62a2e5edf015743699316f1c 100644
--- a/third_party/WebKit/LayoutTests/fast/images/border.html
+++ b/third_party/WebKit/LayoutTests/fast/images/border.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="../../resources/js-test.js"></script>
-</head>
-<body>
+<title>This tests the HTMLImageElement border property.</title>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
<script src="script-tests/border.js"></script>
Srirama 2016/08/10 14:18:03 looks like this is used only here, may be we can e
sivag 2016/08/10 14:37:11 Done.
-</body>
-</html>
+

Powered by Google App Engine
This is Rietveld 408576698