summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/inline-input-marking.html
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-05-06 11:45:16 +0100
committerSteve Block <steveblock@google.com>2011-05-12 13:44:10 +0100
commitcad810f21b803229eb11403f9209855525a25d57 (patch)
tree29a6fd0279be608e0fe9ffe9841f722f0f4e4269 /WebCore/manual-tests/inline-input-marking.html
parent121b0cf4517156d0ac5111caf9830c51b69bae8f (diff)
downloadexternal_webkit-cad810f21b803229eb11403f9209855525a25d57.zip
external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.gz
external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.bz2
Merge WebKit at r75315: Initial merge by git.
Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
Diffstat (limited to 'WebCore/manual-tests/inline-input-marking.html')
-rw-r--r--WebCore/manual-tests/inline-input-marking.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/WebCore/manual-tests/inline-input-marking.html b/WebCore/manual-tests/inline-input-marking.html
deleted file mode 100644
index 4c62cd4..0000000
--- a/WebCore/manual-tests/inline-input-marking.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<html>
-<head>
-
-<style>
-.editing {
- border: 2px solid red;
- padding: 12px;
- font-size: 24px;
-}
-.inputtest {
- font-family:'Hiragino Kaku Gothic Std';
- border: 2px solid green;
-}
-</style>
-
-<title>Inline Input Method Marking</title>
-</head>
-<body>
-<p>This tests that the underlining of the inline input hole does not obscure the glyphs.</p>
-
-<ol>
-<li>Switch to Hirigana input method</li>
-<li>Type characters into each of the green blocks below</li>
-<li>As you do so, check that glyphs in the inline hole are clearly readable</li>
-</ol>
-<div contenteditable id="root" class="editing" style="width:400px;">
-9px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 9px;"><br></div>
-<br>12px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 12px;"><br></div>
-<br>24px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 24px;"><br></div>
-</div>
-
-<script>
-runEditingTest();
-</script>
-
-</body>
-</html>
-