Add a test for accesskey in regard to iframes.
authorhayato@chromium.org <hayato@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 03:57:39 +0000 (03:57 +0000)
committerhayato@chromium.org <hayato@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 03:57:39 +0000 (03:57 +0000)
commit061d8598ecb2b1a4c28ee6874e3a94fae65912b2
tree3e797f498568d08af6c6e43d4dd7d9524eba351f
parentb9c254a14cc9562c588b9616c0fab0d29eb9e091
Add a test for accesskey in regard to iframes.
https://bugs.webkit.org/show_bug.cgi?id=67642

Reviewed by Hajime Morita.

To catch any improvement of accesskey behavior in regard to
iframes, it'd be nice to add a test to verify the current behavior.

* fast/dom/access-key-iframe-expected.txt: Added.
* fast/dom/access-key-iframe.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96292 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/dom/access-key-iframe-expected.txt [new file with mode: 0644]
LayoutTests/fast/dom/access-key-iframe.html [new file with mode: 0644]