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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt

Issue 2658923002: [SystemWebViewLayoutTest] Update expectations and re-enable testWebViewExcludedInterfaces. (Closed)
Patch Set: Created 3 years, 11 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 # speech not enabled crbug.com/487255 1 # speech not enabled crbug.com/487255
2 interface SpeechSynthesisEvent : Event # speech not enabled 2 interface SpeechSynthesisEvent : Event # speech not enabled
3 interface SpeechSynthesisUtterance : EventTarget 3 interface SpeechSynthesisUtterance : EventTarget
4 interface webkitSpeechGrammar 4 interface webkitSpeechGrammar
5 interface webkitSpeechGrammarList 5 interface webkitSpeechGrammarList
6 interface webkitSpeechRecognition : EventTarget 6 interface webkitSpeechRecognition : EventTarget
7 interface webkitSpeechRecognitionError : Event 7 interface webkitSpeechRecognitionError : Event
8 interface webkitSpeechRecognitionEvent : Event 8 interface webkitSpeechRecognitionEvent : Event
9 9
10 # permissions api not enabled in webview crbug.com/490120 10 # permissions api not enabled in webview crbug.com/490120
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 # TODO(timvolodine): investigate in more detail 65 # TODO(timvolodine): investigate in more detail
66 [GLOBAL OBJECT] 66 [GLOBAL OBJECT]
67 method openDatabase 67 method openDatabase
68 attribute layoutTestController 68 attribute layoutTestController
69 attribute eventSender 69 attribute eventSender
70 method webkitRequestFileSystem 70 method webkitRequestFileSystem
71 attribute testRunner 71 attribute testRunner
72 attribute internals 72 attribute internals
73 attribute accessibilityController 73 attribute accessibilityController
74 attribute textInputController 74 attribute textInputController
75 attribute mojo 75 attribute gin
76 attribute gamepadController 76 attribute gamepadController
77 attribute GCController 77 attribute GCController
78 getter speechSynthesis 78 getter speechSynthesis
79 attribute chrome # crbug.com/618471 79 attribute chrome # crbug.com/618471
80 method gc 80 method gc
81 method webkitResolveLocalFileSystemURL 81 method webkitResolveLocalFileSystemURL
82 82
83 # TODO(timvolodine): check screen orientation lock api 83 # TODO(timvolodine): check screen orientation lock api
84 # TODO(timvolodine): check notifications in service workers 84 # TODO(timvolodine): check notifications in service workers
85 # TODO(timvolodine): add File System API 85 # TODO(timvolodine): add File System API
OLDNEW
« no previous file with comments | « android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698