Changeset 207811 in webkit
- Timestamp:
- Oct 25, 2016, 12:01:57 AM (9 years ago)
- Location:
- trunk/LayoutTests
- Files:
- 
      - 2 edited
 
 - 
          
  ChangeLog (modified) (1 diff)
- 
          
  fetch/fetch-url-serialization-expected.txt (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/LayoutTests/ChangeLogr207810 r207811 1 2016-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 1 8 2016-10-24 Ryosuke Niwa <rniwa@webkit.org> 2 9 
- 
      trunk/LayoutTests/fetch/fetch-url-serialization-expected.txtr207803 r207811 124 124 PASS Testing Request url 'http://example.com/foo/../../..' with base 'about:blank' 125 125 PASS 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' 126 FAIL 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" 127 FAIL 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" 128 FAIL 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" 129 129 PASS Testing Request url 'http://example.com////../..' with base 'about:blank' 130 130 PASS Testing Request url 'http://example.com/foo/bar//../..' with base 'about:blank' … … 155 155 PASS Testing Request url 'http://www.google.com' with base 'about:blank' 156 156 PASS 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' 157 FAIL Testing Request url 'http://www/foo%2Ehtml' with base 'about:blank' assert_equals: expected "http://www/foo.html" but got "http://www/foo%2Ehtml" 158 FAIL 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" 159 159 PASS Testing Request url 'http://user:pass@/' with base 'about:blank' 160 160 PASS Testing Request url 'http://%25DOMAIN:foobar@foodomain.com/' with base 'about:blank' 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
