Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: third_party/WebKit/LayoutTests/storage/domstorage/events/case-sensitive-expected.txt

Issue 2538773003: Deflake storage/domstorage/events tests when run in random order (Closed)
Patch Set: Rebased Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698