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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 993893002: Add the data attribute to the Notification object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test failures. Created 5 years, 9 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 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 [Worker] method postMessage 541 [Worker] method postMessage
542 [Worker] method start 542 [Worker] method start
543 [Worker] setter onmessage 543 [Worker] setter onmessage
544 [Worker] interface NetworkInformation 544 [Worker] interface NetworkInformation
545 [Worker] getter ontypechange 545 [Worker] getter ontypechange
546 [Worker] getter type 546 [Worker] getter type
547 [Worker] method constructor 547 [Worker] method constructor
548 [Worker] setter ontypechange 548 [Worker] setter ontypechange
549 [Worker] interface Notification 549 [Worker] interface Notification
550 [Worker] getter body 550 [Worker] getter body
551 [Worker] getter data
551 [Worker] getter dir 552 [Worker] getter dir
552 [Worker] getter icon 553 [Worker] getter icon
553 [Worker] getter lang 554 [Worker] getter lang
554 [Worker] getter onclick 555 [Worker] getter onclick
555 [Worker] getter onclose 556 [Worker] getter onclose
556 [Worker] getter onerror 557 [Worker] getter onerror
557 [Worker] getter onshow 558 [Worker] getter onshow
558 [Worker] getter silent 559 [Worker] getter silent
559 [Worker] getter tag 560 [Worker] getter tag
560 [Worker] getter title 561 [Worker] getter title
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 [Worker] method abort 1047 [Worker] method abort
1047 [Worker] method constructor 1048 [Worker] method constructor
1048 [Worker] method objectStore 1049 [Worker] method objectStore
1049 [Worker] setter onabort 1050 [Worker] setter onabort
1050 [Worker] setter oncomplete 1051 [Worker] setter oncomplete
1051 [Worker] setter onerror 1052 [Worker] setter onerror
1052 PASS successfullyParsed is true 1053 PASS successfullyParsed is true
1053 1054
1054 TEST COMPLETE 1055 TEST COMPLETE
1055 1056
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698