Title: [217813] trunk/LayoutTests
- Revision
- 217813
- Author
- [email protected]
- Date
- 2017-06-05 19:59:05 -0700 (Mon, 05 Jun 2017)
Log Message
ASSERTION FAILED: RunLoop::isMain() in com.apple.WebKit: IPC::Connection::sendSyncMessage + 128
https://bugs.webkit.org/show_bug.cgi?id=172943
<rdar://problem/31288058>
Reviewed by Alexey Proskuryakov.
Make test clean a little bit more robust.
* storage/domstorage/sessionstorage/set-item-synchronous-keydown.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (217812 => 217813)
--- trunk/LayoutTests/ChangeLog 2017-06-06 02:34:52 UTC (rev 217812)
+++ trunk/LayoutTests/ChangeLog 2017-06-06 02:59:05 UTC (rev 217813)
@@ -6,6 +6,18 @@
Reviewed by Alexey Proskuryakov.
+ Make test clean a little bit more robust.
+
+ * storage/domstorage/sessionstorage/set-item-synchronous-keydown.html:
+
+2017-06-05 Chris Dumez <[email protected]>
+
+ ASSERTION FAILED: RunLoop::isMain() in com.apple.WebKit: IPC::Connection::sendSyncMessage + 128
+ https://bugs.webkit.org/show_bug.cgi?id=172943
+ <rdar://problem/31288058>
+
+ Reviewed by Alexey Proskuryakov.
+
Add better test coverage.
* storage/domstorage/sessionstorage/set-item-synchronous-keydown-expected.txt: Added.
Modified: trunk/LayoutTests/storage/domstorage/sessionstorage/set-item-synchronous-keydown.html (217812 => 217813)
--- trunk/LayoutTests/storage/domstorage/sessionstorage/set-item-synchronous-keydown.html 2017-06-06 02:34:52 UTC (rev 217812)
+++ trunk/LayoutTests/storage/domstorage/sessionstorage/set-item-synchronous-keydown.html 2017-06-06 02:59:05 UTC (rev 217813)
@@ -23,7 +23,8 @@
eventSender.keyDown('a');
shouldBeEqualToString("sessionStorage.setItemSynchronousKeydownTestValue", "1");
-
+</script>
+<script>
sessionStorage.removeItem("setItemSynchronousKeydownTestValue");
</script>
</body>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes