diff options
Diffstat (limited to 'WebCore/manual-tests/inline-input-marking.html')
-rw-r--r-- | WebCore/manual-tests/inline-input-marking.html | 38 |
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> - |