mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This small harness simulates the Android app. I used it to try and dig deeper into the interactions with selected text in #5853. It is very rough, but with some extra effort we could use this relatively easily for some low-level testing of KeymanWeb embedded integration.
13 lines
No EOL
131 B
CSS
13 lines
No EOL
131 B
CSS
html, body {
|
|
margin: 0;
|
|
}
|
|
|
|
#iframe {
|
|
width: 320px;
|
|
height: 240px;
|
|
}
|
|
|
|
#selection {
|
|
border: 2px solid grey;
|
|
padding: 6px;
|
|
} |