Title: [266772] trunk/LayoutTests
- Revision
- 266772
- Author
- [email protected]
- Date
- 2020-09-08 21:27:05 -0700 (Tue, 08 Sep 2020)
Log Message
[ iOS wk2 ] fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216300
<rdar://problem/68542670>
Reviewed by Wenson Hsieh.
* fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html:
shouldBecomeDifferent only works if both of the strings it evals are evaluable in the global scope.
* platform/ios-wk2/TestExpectations:
Remove the failure expectation.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (266771 => 266772)
--- trunk/LayoutTests/ChangeLog 2020-09-09 04:12:33 UTC (rev 266771)
+++ trunk/LayoutTests/ChangeLog 2020-09-09 04:27:05 UTC (rev 266772)
@@ -1,3 +1,17 @@
+2020-09-08 Tim Horton <[email protected]>
+
+ [ iOS wk2 ] fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html is a constant failure
+ https://bugs.webkit.org/show_bug.cgi?id=216300
+ <rdar://problem/68542670>
+
+ Reviewed by Wenson Hsieh.
+
+ * fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html:
+ shouldBecomeDifferent only works if both of the strings it evals are evaluable in the global scope.
+
+ * platform/ios-wk2/TestExpectations:
+ Remove the failure expectation.
+
2020-09-08 Hector Lopez <[email protected]>
[ iOS wk2 ] fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html is a constant failure
Modified: trunk/LayoutTests/fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html (266771 => 266772)
--- trunk/LayoutTests/fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html 2020-09-09 04:12:33 UTC (rev 266771)
+++ trunk/LayoutTests/fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html 2020-09-09 04:27:05 UTC (rev 266772)
@@ -4,14 +4,14 @@
<script src=""
<script src=""
<script>
+function attachmentThumbnailInfo() {
+ return window.internals.attachmentThumbnailInfo(document.getElementsByTagName("attachment")[0]);
+}
+
async function runTest() {
await UIHelper.activateAt(10, 10);
await UIHelper.insertAttachmentForFilePath("resources/400x200-circle.png", "image/png");
- function attachmentThumbnailInfo() {
- return window.internals.attachmentThumbnailInfo(document.getElementsByTagName("attachment")[0]);
- }
-
try {
attachmentThumbnailInfo();
} catch (e) {
Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (266771 => 266772)
--- trunk/LayoutTests/platform/ios-wk2/TestExpectations 2020-09-09 04:12:33 UTC (rev 266771)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations 2020-09-09 04:27:05 UTC (rev 266772)
@@ -1876,5 +1876,3 @@
webkit.org/b/216162 [ Debug ] imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker.html [ Pass Timeout ]
webkit.org/b/216298 imported/w3c/web-platform-tests/IndexedDB/blob-valid-after-deletion.any.html [ Pass Failure ]
-
-webkit.org/b/216300 fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes