Changeset 51069 in webkit


Ignore:
Timestamp:
Nov 17, 2009 1:27:13 AM (14 years ago)
Author:
hamaji@chromium.org
Message:

2009-11-17 Yuta Kitamura <yutak@chromium.org>

Reviewed by Darin Adler.

Add a test to check the behavior of submitting a GET form to <about:blank>.

Currently Safari redirects the browser to <about:blank?>, while some other
browsers do not (including Firefox and Chromium). The objective of this test is
to express the current behavior of Safari and to become ready to remove
unintentional dependency on it from several tests.

Some HTTP tests submit a GET form to about:blank
https://bugs.webkit.org/show_bug.cgi?id=30423

  • fast/forms/get-forms-to-about-blank-expected.txt: Added.
  • fast/forms/get-forms-to-about-blank.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r51059 r51069  
     12009-11-17  Yuta Kitamura  <yutak@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Add a test to check the behavior of submitting a GET form to <about:blank>.
     6       
     7        Currently Safari redirects the browser to <about:blank?>, while some other
     8        browsers do not (including Firefox and Chromium). The objective of this test is
     9        to express the current behavior of Safari and to become ready to remove
     10        unintentional dependency on it from several tests.
     11
     12        Some HTTP tests submit a GET form to about:blank
     13        https://bugs.webkit.org/show_bug.cgi?id=30423
     14
     15        * fast/forms/get-forms-to-about-blank-expected.txt: Added.
     16        * fast/forms/get-forms-to-about-blank.html: Added.
     17
    1182009-11-16  Alexey Proskuryakov  <ap@apple.com>
    219
Note: See TracChangeset for help on using the changeset viewer.