Changeset 212486 in webkit


Ignore:
Timestamp:
Feb 16, 2017 4:48:34 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Rebase tests after r212470
https://bugs.webkit.org/show_bug.cgi?id=168461

  • fast/dom/DOMURL/set-href-attribute-protocol-expected.txt:
  • fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt:

I updated the tests but not the results :(

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r212480 r212486  
     12017-02-16  Alex Christensen  <achristensen@webkit.org>
     2
     3        Rebase tests after r212470
     4        https://bugs.webkit.org/show_bug.cgi?id=168461
     5
     6        * fast/dom/DOMURL/set-href-attribute-protocol-expected.txt:
     7        * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt:
     8        I updated the tests but not the results :(
     9
    1102017-02-16  Ryan Haddad  <ryanhaddad@apple.com>
    211
  • trunk/LayoutTests/fast/dom/DOMURL/set-href-attribute-protocol-expected.txt

    r207162 r212486  
    1919PASS a.href is 'https://www.mydomain.com/path/'
    2020Set protocol to http on malformed URL
    21 PASS a.href is 'http://??bar'
     21PASS a.href is 'foo:??bar'
    2222Set protocol to a URL which points to a local file
    2323PASS a.href is 'f-oo:path'
  • trunk/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt

    r207162 r212486  
    1919PASS a.href is 'https://www.mydomain.com/path/'
    2020Set protocol to http on malformed URL
    21 PASS a.href is 'http://??bar'
     21PASS a.href is 'http:??bar'
    2222Set protocol to a URL which points to a local file
    2323PASS a.href is 'f-oo:path'
Note: See TracChangeset for help on using the changeset viewer.