Changeset 138637 in webkit


Ignore:
Timestamp:
Jan 2, 2013 12:48:33 PM (11 years ago)
Author:
esprehn@chromium.org
Message:

View source mode is missing the processing instruction line.
https://bugs.webkit.org/show_bug.cgi?id=15961

Reviewed by Adam Barth.

Add a test for XML documents shown in viewsource mode. The bug
with the missing processing instruction line was fixed long
ago with the HTML5 parser rewrite so this just adds a test.

  • fast/frames/viewsource-xml-expected.txt: Added.
  • fast/frames/viewsource-xml.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r138632 r138637  
     12013-01-02  Elliott Sprehn  <esprehn@chromium.org>
     2
     3        View source mode is missing the processing instruction line.
     4        https://bugs.webkit.org/show_bug.cgi?id=15961
     5
     6        Reviewed by Adam Barth.
     7
     8        Add a test for XML documents shown in viewsource mode. The bug
     9        with the missing processing instruction line was fixed long
     10        ago with the HTML5 parser rewrite so this just adds a test.
     11
     12        * fast/frames/viewsource-xml-expected.txt: Added.
     13        * fast/frames/viewsource-xml.html: Added.
     14
    1152013-01-02  Elliott Sprehn  <esprehn@chromium.org>
    216
Note: See TracChangeset for help on using the changeset viewer.