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

Unified Diff: ppapi/examples/ime/ime.html

Issue 7621010: Never submit: tentative Pepper IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: snapshot Created 9 years, 3 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: ppapi/examples/ime/ime.html
diff --git a/ppapi/examples/ime/ime.html b/ppapi/examples/ime/ime.html
new file mode 100644
index 0000000000000000000000000000000000000000..1650ee9629b72d72955a6129c27c7ca16eb61587
--- /dev/null
+++ b/ppapi/examples/ime/ime.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+ <!--
+ Copyright (c) 2011 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+ -->
+<head>
+<title>IME Example</title>
+<style>
+#pluginX {
+ -webkit-transform: rotate(15deg);
+}
+</style>
+</head>
+<body style="background-color:#eef">
+<p>OnTheSpot / OffTheSpot</p>
+<br>
+<object id="plugin1" type="application/x-ppapi-example" width="400" height="250" border="2px"></object>
+<object id="plugin2" type="application/x-ppapi-example" width="400" height="250"
+ border="2px"><param name="offthespot" value="1" /></object>
+<br>
+<br>
+<br>
+<br>
+<p>ImeUnaware / NoIme</p>
+<br>
+<object id="plugin3" type="application/x-ppapi-example" width="400" height="250"
+ border="2px"><param name="imeunaware" value="1" /></object>
+<object id="plugin4" type="application/x-ppapi-example" width="400" height="250"
+ border="2px"><param name="noime" value="1" /></object>
+
+<p>Textarea A:</p>
+<textarea width="200" height="3"></textarea>
+<br>
+<br>
+</body>
+</html>
« ppapi/examples/ime/ime.cc ('K') | « ppapi/examples/ime/ime.cc ('k') | ppapi/ppapi_cpp.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698