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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/lazy-addeventlisteners-expected.txt

Issue 2661573002: DevTools: skip specific tests for backwards compatibility testing (Closed)
Patch Set: add skip expectations for inspector-unit Created 3 years, 10 months 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 unified diff | Download patch
OLDNEW
1 Tests that a warining is shown in the console if addEventListner is called after initial evaluation of the service worker script. 1 Tests that a warning is shown in the console if addEventListener is called after initial evaluation of the service worker script.
2 2
3 Message count: 1 3 Message count: 1
4 service-worker-lazy-addeventlistener.js:2 Event handler of 'install' event must be added on the initial evaluation of worker script. 4 service-worker-lazy-addeventlistener.js:2 Event handler of 'install' event must be added on the initial evaluation of worker script.
5 setTimeout @ service-worker-lazy-addeventlistener.js:2 5 setTimeout @ service-worker-lazy-addeventlistener.js:2
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698