Title: [270179] trunk/Tools
Revision
270179
Author
lmo...@igalia.com
Date
2020-11-26 20:41:06 -0800 (Thu, 26 Nov 2020)

Log Message

[GTK] Unreviewed. Remove leftover test case after Internet Explorer quirks changes

The test cases were still expecting Linux platform for
drive.google.com, which now uses the IE quirk and thus the Windows
platform.

* TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (270178 => 270179)


--- trunk/Tools/ChangeLog	2020-11-27 04:21:54 UTC (rev 270178)
+++ trunk/Tools/ChangeLog	2020-11-27 04:41:06 UTC (rev 270179)
@@ -1,3 +1,14 @@
+2020-11-26  Lauro Moura  <lmo...@igalia.com>
+
+        [GTK] Unreviewed. Remove leftover test case after Internet Explorer quirks changes
+
+        The test cases were still expecting Linux platform for
+        drive.google.com, which now uses the IE quirk and thus the Windows
+        platform.
+
+        * TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp:
+        (TestWebKitAPI::TEST):
+
 2020-11-26  Aakash Jain  <aakash_j...@apple.com>
 
         [build.webkit.org] Update Run32bitJSCTests step for new buildbot

Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp (270178 => 270179)


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp	2020-11-27 04:21:54 UTC (rev 270178)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp	2020-11-27 04:41:06 UTC (rev 270179)
@@ -135,7 +135,6 @@
     assertUserAgentForURLHasLinuxPlatformQuirk("http://www.google.es/");
     assertUserAgentForURLHasLinuxPlatformQuirk("http://calendar.google.com/");
     assertUserAgentForURLHasLinuxPlatformQuirk("http://plus.google.com/");
-    assertUserAgentForURLHasLinuxPlatformQuirk("http://drive.google.com/");
     assertUserAgentForURLHasLinuxPlatformQuirk("http://fonts.googleapis.com/");
 
     assertUserAgentForURLHasMacPlatformQuirk("http://www.yahoo.com/");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to