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