Changeset 233416 in webkit


Ignore:
Timestamp:
Jul 2, 2018 12:49:28 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] ASSERTION FAILED: url == m_string in UserAgentQuirks test
https://bugs.webkit.org/show_bug.cgi?id=186838

This URL constructor expects canonicalized input, so fix the passed URL. I missed
this one some weeks ago since I had an older checkout.

Patch by Rob Buis <rbuis@igalia.com> on 2018-07-02
Reviewed by Michael Catanzaro.

  • TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r233412 r233416  
     12018-07-02  Rob Buis  <rbuis@igalia.com>
     2
     3        [GTK] ASSERTION FAILED: url == m_string in UserAgentQuirks test
     4        https://bugs.webkit.org/show_bug.cgi?id=186838
     5
     6        This URL constructor expects canonicalized input, so fix the passed URL. I missed
     7        this one some weeks ago since I had an older checkout.
     8
     9        Reviewed by Michael Catanzaro.
     10
     11        * TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp:
     12        (TestWebKitAPI::TEST):
     13
    1142018-07-01  Wenson Hsieh  <wenson_hsieh@apple.com>
    215
  • trunk/Tools/TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp

    r233008 r233416  
    9595    assertUserAgentForURLHasMacPlatformQuirk("http://www.chase.com/");
    9696    assertUserAgentForURLHasMacPlatformQuirk("http://docs.google.com/");
    97     assertUserAgentForURLHasMacPlatformQuirk("http://paypal.com");
     97    assertUserAgentForURLHasMacPlatformQuirk("http://paypal.com/");
    9898}
    9999
Note: See TracChangeset for help on using the changeset viewer.