Changeset 217813 in webkit


Ignore:
Timestamp:
Jun 5, 2017, 7:59:05 PM (8 years ago)
Author:
Chris Dumez
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r217810 r217813  
     12017-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
    1132017-06-05  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/LayoutTests/storage/domstorage/sessionstorage/set-item-synchronous-keydown.html

    r217810 r217813  
    2424
    2525shouldBeEqualToString("sessionStorage.setItemSynchronousKeydownTestValue", "1");
    26 
     26</script>
     27<script>
    2728sessionStorage.removeItem("setItemSynchronousKeydownTestValue");
    2829</script>
Note: See TracChangeset for help on using the changeset viewer.