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

Unified Diff: LayoutTests/fast/forms/autocapitalize.html

Issue 995363002: Implement autocapitalize in Blink to be used by the embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ready for review Created 5 years, 9 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/forms/autocapitalize.html
diff --git a/LayoutTests/screen_orientation/screenorientation-api.html b/LayoutTests/fast/forms/autocapitalize.html
similarity index 91%
copy from LayoutTests/screen_orientation/screenorientation-api.html
copy to LayoutTests/fast/forms/autocapitalize.html
index 6d731bdc8a2d4e12d30424fe09ca6d69c1a3ec3c..b53a48c2b2232aecc93a2a1da604c128e8267eba 100644
--- a/LayoutTests/screen_orientation/screenorientation-api.html
+++ b/LayoutTests/fast/forms/autocapitalize.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
tkent 2015/03/17 22:53:50 You should swap the content of screenorientation-a
mlamouri (slow - plz ping) 2015/03/18 10:08:15 Wow. I am impressed by what I did here :o Sorry :
<html>
<body>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
<script>
test(function() {

Powered by Google App Engine
This is Rietveld 408576698