spiegel-keyman/web/testing/android-harness/host.css
Marc Durdin c1c6c8ac84 feat(android): Android web-based test harness
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.
2022-02-22 10:38:20 +11:00

13 lines
No EOL
131 B
CSS

html, body {
margin: 0;
}
#iframe {
width: 320px;
height: 240px;
}
#selection {
border: 2px solid grey;
padding: 6px;
}