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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2416893002: CSSMediaRule and CSSSupportsRule inherit from CSSConditionRule (Closed)
Patch Set: Fix layout virtual tests Created 4 years, 2 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 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 method constructor 241 method constructor
242 method size 242 method size
243 interface CDATASection : Text 243 interface CDATASection : Text
244 attribute @@toStringTag 244 attribute @@toStringTag
245 method constructor 245 method constructor
246 interface CSS 246 interface CSS
247 static method escape 247 static method escape
248 static method supports 248 static method supports
249 attribute @@toStringTag 249 attribute @@toStringTag
250 method constructor 250 method constructor
251 interface CSSConditionRule : CSSGroupingRule
252 attribute @@toStringTag
253 getter conditionText
254 method constructor
251 interface CSSFontFaceRule : CSSRule 255 interface CSSFontFaceRule : CSSRule
252 attribute @@toStringTag 256 attribute @@toStringTag
253 getter style 257 getter style
254 method constructor 258 method constructor
255 interface CSSGroupingRule : CSSRule 259 interface CSSGroupingRule : CSSRule
256 attribute @@toStringTag 260 attribute @@toStringTag
257 getter cssRules 261 getter cssRules
258 method constructor 262 method constructor
259 method deleteRule 263 method deleteRule
260 method insertRule 264 method insertRule
(...skipping 11 matching lines...) Expand all
272 setter keyText 276 setter keyText
273 interface CSSKeyframesRule : CSSRule 277 interface CSSKeyframesRule : CSSRule
274 attribute @@toStringTag 278 attribute @@toStringTag
275 getter cssRules 279 getter cssRules
276 getter name 280 getter name
277 method appendRule 281 method appendRule
278 method constructor 282 method constructor
279 method deleteRule 283 method deleteRule
280 method findRule 284 method findRule
281 setter name 285 setter name
282 interface CSSMediaRule : CSSGroupingRule 286 interface CSSMediaRule : CSSConditionRule
283 attribute @@toStringTag 287 attribute @@toStringTag
284 getter media 288 getter media
285 method constructor 289 method constructor
286 interface CSSNamespaceRule : CSSRule 290 interface CSSNamespaceRule : CSSRule
287 attribute @@toStringTag 291 attribute @@toStringTag
288 getter namespaceURI 292 getter namespaceURI
289 getter prefix 293 getter prefix
290 method constructor 294 method constructor
291 interface CSSPageRule : CSSRule 295 interface CSSPageRule : CSSRule
292 attribute @@toStringTag 296 attribute @@toStringTag
(...skipping 6514 matching lines...) Expand 10 before | Expand all | Expand 10 after
6807 method stop 6811 method stop
6808 method webkitCancelAnimationFrame 6812 method webkitCancelAnimationFrame
6809 method webkitCancelRequestAnimationFrame 6813 method webkitCancelRequestAnimationFrame
6810 method webkitRequestAnimationFrame 6814 method webkitRequestAnimationFrame
6811 method webkitRequestFileSystem 6815 method webkitRequestFileSystem
6812 method webkitResolveLocalFileSystemURL 6816 method webkitResolveLocalFileSystemURL
6813 PASS successfullyParsed is true 6817 PASS successfullyParsed is true
6814 6818
6815 TEST COMPLETE 6819 TEST COMPLETE
6816 6820
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698