diff --git a/mozilla/content/html/content/test/Makefile.in b/mozilla/content/html/content/test/Makefile.in index 757e7c71063..fea1aae1ae0 100644 --- a/mozilla/content/html/content/test/Makefile.in +++ b/mozilla/content/html/content/test/Makefile.in @@ -107,6 +107,8 @@ _TEST_FILES = test_bug589.html \ test_bug395107.html \ test_bug401160.xhtml \ test_bug408231.html \ + test_bug417760.html \ + file_bug417760.png \ $(NULL) libs:: $(_TEST_FILES) diff --git a/mozilla/content/html/content/test/file_bug417760.png b/mozilla/content/html/content/test/file_bug417760.png new file mode 100644 index 00000000000..cb0ba06dc10 Binary files /dev/null and b/mozilla/content/html/content/test/file_bug417760.png differ diff --git a/mozilla/content/html/content/test/test_bug417760.html b/mozilla/content/html/content/test/test_bug417760.html new file mode 100644 index 00000000000..2222886ba69 --- /dev/null +++ b/mozilla/content/html/content/test/test_bug417760.html @@ -0,0 +1,72 @@ + + + + + cannot focus() img with tabindex="-1" + + + + + + + + + + + + + Mozilla Bug 417760 +

+ +
+  
+
img tabindex="0": + MoCo logo +
img tabindex="-1": + MoCo logo +
img without tabindex: + MoCo logo + +