Changeset 96292 in webkit


Ignore:
Timestamp:
Sep 28, 2011 8:57:39 PM (13 years ago)
Author:
hayato@chromium.org
Message:

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.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r96290 r96292  
     12011-09-28  Hayato Ito  <hayato@chromium.org>
     2
     3        Add a test for accesskey in regard to iframes.
     4        https://bugs.webkit.org/show_bug.cgi?id=67642
     5
     6        Reviewed by Hajime Morita.
     7
     8        To catch any improvement of accesskey behavior in regard to
     9        iframes, it'd be nice to add a test to verify the current behavior.
     10
     11        * fast/dom/access-key-iframe-expected.txt: Added.
     12        * fast/dom/access-key-iframe.html: Added.
     13
    1142011-09-28  Kent Tamura  <tkent@chromium.org>
    215
Note: See TracChangeset for help on using the changeset viewer.