Changeset 69720 in webkit


Ignore:
Timestamp:
Oct 13, 2010 5:36:47 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-10-13 Adam Barth <abarth@webkit.org>

Reviewed by Darin Adler.

Incorrect use of alternate content inside the <object> element
https://bugs.webkit.org/show_bug.cgi?id=11803

Our current behavior appears to match Firefox and the spec. Opera
seems to do what the bug reporter requests, but our current behavior
seems more sane.

  • fast/forms/fallback-content-submission-expected.txt: Added.
  • fast/forms/fallback-content-submission.html: Added.
  • fast/parser/object-with-textarea-fallback-expected.txt: Added.
  • fast/parser/object-with-textarea-fallback.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r69716 r69720  
     12010-10-13  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Incorrect use of alternate content inside the <object> element
     6        https://bugs.webkit.org/show_bug.cgi?id=11803
     7
     8        Our current behavior appears to match Firefox and the spec.  Opera
     9        seems to do what the bug reporter requests, but our current behavior
     10        seems more sane.
     11
     12        * fast/forms/fallback-content-submission-expected.txt: Added.
     13        * fast/forms/fallback-content-submission.html: Added.
     14        * fast/parser/object-with-textarea-fallback-expected.txt: Added.
     15        * fast/parser/object-with-textarea-fallback.html: Added.
     16
    1172010-10-13  Chris Evans  <cevans@google.com>
    218
Note: See TracChangeset for help on using the changeset viewer.