| Index: third_party/WebKit/LayoutTests/storage/domstorage/events/basic-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-expected.txt b/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-expected.txt
|
| index 435269ec98cef63ede807d95087174e4a93751ce..589784da36d2e65138baaf0a472f0aac802de260 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-expected.txt
|
| @@ -6,9 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| Testing sessionStorage
|
| storage.clear()
|
| PASS storage.length is 0
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| Reset storage event list
|
| storageEventList = new Array()
|
| storage.setItem('FOO', 'BAR')
|
| @@ -92,10 +89,7 @@ PASS storageEventList.length is 8
|
| PASS storageEventList[7].key is null
|
| PASS storageEventList[7].oldValue is null
|
| PASS storageEventList[7].newValue is null
|
| -
|
| -
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|
| -
|
|
|