diff options
Diffstat (limited to 'layout/reftests/bugs/712130-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/712130-1-ref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/bugs/712130-1-ref.html b/layout/reftests/bugs/712130-1-ref.html new file mode 100644 index 0000000000..6d07ca0482 --- /dev/null +++ b/layout/reftests/bugs/712130-1-ref.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="stylesheet" href="nothing"><!-- Empty stylesheet to delay PresShell init --> +<input type="text" autofocus="" onfocus="document.documentElement.removeAttribute('class')"> +<input type="text"> |