Title: [281275] trunk/Tools
- Revision
- 281275
- Author
- [email protected]
- Date
- 2021-08-19 15:32:47 -0700 (Thu, 19 Aug 2021)
Log Message
Turn on TestWebKitAPI.WKAttachmentTests.CopyAndPasteBetweenWebViews as it is now passing again.
https://bugs.webkit.org/show_bug.cgi?id=204969
Reviewed by Tim Horton.
* TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
(TestWebKitAPI::TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (281274 => 281275)
--- trunk/Tools/ChangeLog 2021-08-19 22:28:50 UTC (rev 281274)
+++ trunk/Tools/ChangeLog 2021-08-19 22:32:47 UTC (rev 281275)
@@ -1,3 +1,13 @@
+2021-08-19 Megan Gardner <[email protected]>
+
+ Turn on TestWebKitAPI.WKAttachmentTests.CopyAndPasteBetweenWebViews as it is now passing again.
+ https://bugs.webkit.org/show_bug.cgi?id=204969
+
+ Reviewed by Tim Horton.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
+ (TestWebKitAPI::TEST):
+
2021-08-19 Andres Gonzalez <[email protected]>
Rename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability.
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm (281274 => 281275)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm 2021-08-19 22:28:50 UTC (rev 281274)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm 2021-08-19 22:32:47 UTC (rev 281275)
@@ -1487,8 +1487,6 @@
EXPECT_EQ([FileWrapper class], [insertedAttachments.firstObject.info.fileWrapper class]);
}
-// FIXME: Remove this version guard once rdar://51752593 is resolved.
-#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED < 130000
TEST(WKAttachmentTests, CopyAndPasteBetweenWebViews)
{
auto file = adoptNS([[NSFileWrapper alloc] initRegularFileWithContents:testHTMLData()]);
@@ -1534,7 +1532,6 @@
EXPECT_WK_STREQ("public.directory", pastedFolderInfo.contentType);
EXPECT_WK_STREQ("application/zip", pastedArchiveInfo.contentType);
}
-#endif // PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED < 130000
TEST(WKAttachmentTests, AttachmentIdentifierOfClonedAttachment)
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes