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

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 tracing 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 interface CSSStyleSheet : StyleSheet 349 interface CSSStyleSheet : StyleSheet
346 attribute @@toStringTag 350 attribute @@toStringTag
347 getter cssRules 351 getter cssRules
348 getter ownerRule 352 getter ownerRule
349 getter rules 353 getter rules
350 method addRule 354 method addRule
351 method constructor 355 method constructor
352 method deleteRule 356 method deleteRule
353 method insertRule 357 method insertRule
354 method removeRule 358 method removeRule
355 interface CSSSupportsRule : CSSRule 359 interface CSSSupportsRule : CSSConditionRule
356 attribute @@toStringTag 360 attribute @@toStringTag
357 getter conditionText
358 getter cssRules
359 method constructor 361 method constructor
360 method deleteRule
361 method insertRule
362 interface CSSViewportRule : CSSRule 362 interface CSSViewportRule : CSSRule
363 attribute @@toStringTag 363 attribute @@toStringTag
364 getter style 364 getter style
365 method constructor 365 method constructor
366 interface Cache 366 interface Cache
367 attribute @@toStringTag 367 attribute @@toStringTag
368 method add 368 method add
369 method addAll 369 method addAll
370 method constructor 370 method constructor
371 method delete 371 method delete
(...skipping 6444 matching lines...) Expand 10 before | Expand all | Expand 10 after
6816 method stop 6816 method stop
6817 method webkitCancelAnimationFrame 6817 method webkitCancelAnimationFrame
6818 method webkitCancelRequestAnimationFrame 6818 method webkitCancelRequestAnimationFrame
6819 method webkitRequestAnimationFrame 6819 method webkitRequestAnimationFrame
6820 method webkitRequestFileSystem 6820 method webkitRequestFileSystem
6821 method webkitResolveLocalFileSystemURL 6821 method webkitResolveLocalFileSystemURL
6822 PASS successfullyParsed is true 6822 PASS successfullyParsed is true
6823 6823
6824 TEST COMPLETE 6824 TEST COMPLETE
6825 6825
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698