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

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

Issue 2534953005: [SystemWebViewShellLayoutTest] update expectations to unbreak bots. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 attribute layoutTestController 57 attribute layoutTestController
58 attribute eventSender 58 attribute eventSender
59 method webkitRequestFileSystem 59 method webkitRequestFileSystem
60 attribute testRunner 60 attribute testRunner
61 attribute internals 61 attribute internals
62 attribute accessibilityController 62 attribute accessibilityController
63 attribute textInputController 63 attribute textInputController
64 attribute mojo 64 attribute mojo
65 attribute gamepadController 65 attribute gamepadController
66 attribute GCController 66 attribute GCController
67 attribute speechSynthesis 67 getter speechSynthesis
68 attribute chrome # crbug.com/618471 68 attribute chrome # crbug.com/618471
69 method gc 69 method gc
70 method webkitResolveLocalFileSystemURL 70 method webkitResolveLocalFileSystemURL
71 method onerror 71 method onerror
72 72
73 # TODO(timvolodine): check screen orientation lock api 73 # TODO(timvolodine): check screen orientation lock api
74 # TODO(timvolodine): check notifications in service workers 74 # TODO(timvolodine): check notifications in service workers
75 # TODO(timvolodine): add File System API 75 # TODO(timvolodine): add File System API
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698