Changeset 217813 in webkit
- Timestamp:
- Jun 5, 2017, 7:59:05 PM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r217810 r217813 1 2017-06-05 Chris Dumez <cdumez@apple.com> 2 3 ASSERTION FAILED: RunLoop::isMain() in com.apple.WebKit: IPC::Connection::sendSyncMessage + 128 4 https://bugs.webkit.org/show_bug.cgi?id=172943 5 <rdar://problem/31288058> 6 7 Reviewed by Alexey Proskuryakov. 8 9 Make test clean a little bit more robust. 10 11 * storage/domstorage/sessionstorage/set-item-synchronous-keydown.html: 12 1 13 2017-06-05 Chris Dumez <cdumez@apple.com> 2 14 -
trunk/LayoutTests/storage/domstorage/sessionstorage/set-item-synchronous-keydown.html
r217810 r217813 24 24 25 25 shouldBeEqualToString("sessionStorage.setItemSynchronousKeydownTestValue", "1"); 26 26 </script> 27 <script> 27 28 sessionStorage.removeItem("setItemSynchronousKeydownTestValue"); 28 29 </script>
Note:
See TracChangeset
for help on using the changeset viewer.