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

Unified Diff: third_party/WebKit/LayoutTests/storage/domstorage/events/basic-body-attribute-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/basic-body-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-body-attribute-expected.txt b/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-body-attribute-expected.txt
index 939852b6017bb20b19d6ea049e610a1fa2e8d88b..1348ddd3c0620e7771ee90d33a76facb282eb898 100644
--- a/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-body-attribute-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/domstorage/events/basic-body-attribute-expected.txt
@@ -8,9 +8,6 @@ storage.clear()
PASS storage.length is 0
iframe.onload = step1
iframe.src = 'resources/body-event-handler.html'
-PASS successfullyParsed is true
-
-TEST COMPLETE
Reset storage event list
storageEventList = new Array()
storage.setItem('FOO', 'BAR')
@@ -96,10 +93,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
-

Powered by Google App Engine
This is Rietveld 408576698