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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <title>IME Example</title>
10 <style>
11 #pluginX {
12 -webkit-transform: rotate(15deg);
13 }
14 </style>
15 </head>
16 <body style="background-color:#eef">
17 <p>OnTheSpot / OffTheSpot</p>
18 <br>
19 <object id="plugin1" type="application/x-ppapi-example" width="400" height="250" border="2px"></object>
20 <object id="plugin2" type="application/x-ppapi-example" width="400" height="250"
21 border="2px"><param name="offthespot" value="1" /></object>
22 <br>
23 <br>
24 <br>
25 <br>
26 <p>ImeUnaware / NoIme</p>
27 <br>
28 <object id="plugin3" type="application/x-ppapi-example" width="400" height="250"
29 border="2px"><param name="imeunaware" value="1" /></object>
30 <object id="plugin4" type="application/x-ppapi-example" width="400" height="250"
31 border="2px"><param name="noime" value="1" /></object>
32
33 <p>Textarea A:</p>
34 <textarea width="200" height="3"></textarea>
35 <br>
36 <br>
37 </body>
38 </html>
OLDNEW
« 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