Changeset 156179 in webkit


Ignore:
Timestamp:
Sep 20, 2013 10:28:36 AM (11 years ago)
Author:
ap@apple.com
Message:

Remove URL decoding in srcset handling
https://bugs.webkit.org/show_bug.cgi?id=121609

Followup to <http://trac.webkit.org/changeset/156161> - that change renamed expected
results, but the new test wasn't landed.

  • fast/loader/image-src-encoded.html: Copied from LayoutTests/fast/loader/image-src-question-mark.html.
  • fast/loader/image-src-question-mark.html: Removed.
Location:
trunk/LayoutTests
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r156168 r156179  
     12013-09-20  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Remove URL decoding in srcset handling
     4        https://bugs.webkit.org/show_bug.cgi?id=121609
     5
     6        Followup to <http://trac.webkit.org/changeset/156161> - that change renamed expected
     7        results, but the new test wasn't landed.
     8
     9        * fast/loader/image-src-encoded.html: Copied from LayoutTests/fast/loader/image-src-question-mark.html.
     10        * fast/loader/image-src-question-mark.html: Removed.
     11
    1122013-09-20  Sam White  <samuel_white@apple.com>
    213
  • trunk/LayoutTests/fast/loader/image-src-encoded.html

    r156169 r156179  
    1515    <body id="body">
    1616        <div>This test passes if the image below is displayed.</div>
    17         <img id="foo" src="resources/image%3Ftest.png">
     17        <img id="foo" src="resources/image%40test.png">
    1818    </body>
    1919</html>
Note: See TracChangeset for help on using the changeset viewer.