diff options
Diffstat (limited to 'layout/reftests/bugs/712130-2.html')
-rw-r--r-- | layout/reftests/bugs/712130-2.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/bugs/712130-2.html b/layout/reftests/bugs/712130-2.html new file mode 100644 index 0000000000..232bef4849 --- /dev/null +++ b/layout/reftests/bugs/712130-2.html @@ -0,0 +1,4 @@ +<!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')"> |