summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/reftest/zoom-to-focus-input-subframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/apz/test/reftest/zoom-to-focus-input-subframe.html')
-rw-r--r--gfx/layers/apz/test/reftest/zoom-to-focus-input-subframe.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/gfx/layers/apz/test/reftest/zoom-to-focus-input-subframe.html b/gfx/layers/apz/test/reftest/zoom-to-focus-input-subframe.html
new file mode 100644
index 0000000000..edfb89a426
--- /dev/null
+++ b/gfx/layers/apz/test/reftest/zoom-to-focus-input-subframe.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+input {
+ position: absolute;
+ top: 100px;
+ left: 300px;
+}
+input:focus {
+ background-color: green;
+}
+</style>
+<input type="text" id="input" size="10"/>