| Index: third_party/WebKit/LayoutTests/storage/domstorage/events/case-sensitive-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/storage/domstorage/events/case-sensitive-expected.txt b/third_party/WebKit/LayoutTests/storage/domstorage/events/case-sensitive-expected.txt
|
| index 5da9d0364ded9e808709dc5851b6cb658915a5fd..d3458842b6563f5bd81352c6dfce00a7d0d0d61f 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/domstorage/events/case-sensitive-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/storage/domstorage/events/case-sensitive-expected.txt
|
| @@ -9,9 +9,6 @@ PASS storage.length is 0
|
|
|
| Verify storage events are case sensitive
|
| storage.foo = 'test'
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| Reset storage event list
|
| storageEventList = new Array()
|
| storage.foo = 'test'
|
| @@ -32,10 +29,7 @@ storage.foo = 'test'
|
| PASS storageEventList.length is 0
|
| storage.foo = 'TEST'
|
| PASS storageEventList.length is 1
|
| -
|
| -
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|
| -
|
|
|