diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html b/third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html new file mode 100644 index 0000000..6491261 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html @@ -0,0 +1,31 @@ +<!doctype html> +<html style="border:10px solid maroon; -webkit-writing-mode:vertical-rl"> +<head> +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<style> +body { + font-family: "HiraMinPro-W3"; + font-size: 16pt; +} +</style> +<script> +function selectStuff() +{ + document.body.offsetLeft; + if (eventSender) { + eventSender.mouseMoveTo(760, 200); + eventSender.mouseDown(); + eventSender.mouseMoveTo(760, 200); + eventSender.mouseMoveTo(400, 200); + eventSender.mouseUp(); + } +} +</script> +</head> +<body style="border:5px solid black;" onload="selectStuff()"> +<div style="height:400px; margin-top:100px"> +せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問 +</div> + + +</body> |