Changeset 207811 in webkit


Ignore:
Timestamp:
Oct 25, 2016 12:01:57 AM (7 years ago)
Author:
achristensen@apple.com
Message:

Rebase test after r207805
https://bugs.webkit.org/show_bug.cgi?id=163929

  • fetch/fetch-url-serialization-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r207810 r207811  
     12016-10-25  Alex Christensen  <achristensen@webkit.org>
     2
     3        Rebase test after r207805
     4        https://bugs.webkit.org/show_bug.cgi?id=163929
     5
     6        * fetch/fetch-url-serialization-expected.txt:
     7
    182016-10-24  Ryosuke Niwa  <rniwa@webkit.org>
    29
  • trunk/LayoutTests/fetch/fetch-url-serialization-expected.txt

    r207803 r207811  
    124124PASS Testing Request url 'http://example.com/foo/../../..' with base 'about:blank'
    125125PASS Testing Request url 'http://example.com/foo/../../../ton' with base 'about:blank'
    126 PASS Testing Request url 'http://example.com/foo/%2e' with base 'about:blank'
    127 PASS Testing Request url 'http://example.com/foo/%2e%2' with base 'about:blank'
    128 PASS Testing Request url 'http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar' with base 'about:blank'
     126FAIL Testing Request url 'http://example.com/foo/%2e' with base 'about:blank' assert_equals: expected "http://example.com/foo/" but got "http://example.com/foo/%2e"
     127FAIL Testing Request url 'http://example.com/foo/%2e%2' with base 'about:blank' assert_equals: expected "http://example.com/foo/.%2" but got "http://example.com/foo/%2e%2"
     128FAIL Testing Request url 'http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar' with base 'about:blank' assert_equals: expected "http://example.com/..bar" but got "http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar"
    129129PASS Testing Request url 'http://example.com////../..' with base 'about:blank'
    130130PASS Testing Request url 'http://example.com/foo/bar//../..' with base 'about:blank'
     
    155155PASS Testing Request url 'http://www.google.com' with base 'about:blank'
    156156PASS Testing Request url 'http://192.0x00A80001' with base 'about:blank'
    157 PASS Testing Request url 'http://www/foo%2Ehtml' with base 'about:blank'
    158 PASS Testing Request url 'http://www/foo/%2E/html' with base 'about:blank'
     157FAIL Testing Request url 'http://www/foo%2Ehtml' with base 'about:blank' assert_equals: expected "http://www/foo.html" but got "http://www/foo%2Ehtml"
     158FAIL Testing Request url 'http://www/foo/%2E/html' with base 'about:blank' assert_equals: expected "http://www/foo/html" but got "http://www/foo/%2E/html"
    159159PASS Testing Request url 'http://user:pass@/' with base 'about:blank'
    160160PASS Testing Request url 'http://%25DOMAIN:foobar@foodomain.com/' with base 'about:blank'
Note: See TracChangeset for help on using the changeset viewer.