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

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

Issue 2416893002: CSSMediaRule and CSSSupportsRule inherit from CSSConditionRule (Closed)
Patch Set: Fix CSSSupportsRule.idl and test case 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 getter pc 414 getter pc
415 getter percent 415 getter percent
416 getter pt 416 getter pt
417 getter px 417 getter px
418 getter rem 418 getter rem
419 getter vh 419 getter vh
420 getter vmax 420 getter vmax
421 getter vmin 421 getter vmin
422 getter vw 422 getter vw
423 method constructor 423 method constructor
424 interface CSSConditionRule : CSSGroupingRule
425 attribute @@toStringTag
426 getter conditionText
427 method constructor
424 interface CSSFontFaceRule : CSSRule 428 interface CSSFontFaceRule : CSSRule
425 attribute @@toStringTag 429 attribute @@toStringTag
426 getter style 430 getter style
427 method constructor 431 method constructor
428 interface CSSGroupingRule : CSSRule 432 interface CSSGroupingRule : CSSRule
429 attribute @@toStringTag 433 attribute @@toStringTag
430 getter cssRules 434 getter cssRules
431 method constructor 435 method constructor
432 method deleteRule 436 method deleteRule
433 method insertRule 437 method insertRule
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 getter m24 492 getter m24
489 getter m31 493 getter m31
490 getter m32 494 getter m32
491 getter m33 495 getter m33
492 getter m34 496 getter m34
493 getter m41 497 getter m41
494 getter m42 498 getter m42
495 getter m43 499 getter m43
496 getter m44 500 getter m44
497 method constructor 501 method constructor
498 interface CSSMediaRule : CSSGroupingRule 502 interface CSSMediaRule : CSSConditionRule
499 attribute @@toStringTag 503 attribute @@toStringTag
500 getter media 504 getter media
501 method constructor 505 method constructor
502 interface CSSNamespaceRule : CSSRule 506 interface CSSNamespaceRule : CSSRule
503 attribute @@toStringTag 507 attribute @@toStringTag
504 getter namespaceURI 508 getter namespaceURI
505 getter prefix 509 getter prefix
506 method constructor 510 method constructor
507 interface CSSNumberValue : CSSStyleValue 511 interface CSSNumberValue : CSSStyleValue
508 attribute @@toStringTag 512 attribute @@toStringTag
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 method addRule 611 method addRule
608 method constructor 612 method constructor
609 method deleteRule 613 method deleteRule
610 method insertRule 614 method insertRule
611 method removeRule 615 method removeRule
612 interface CSSStyleValue 616 interface CSSStyleValue
613 static method parse 617 static method parse
614 attribute @@toStringTag 618 attribute @@toStringTag
615 getter cssText 619 getter cssText
616 method constructor 620 method constructor
617 interface CSSSupportsRule : CSSRule 621 interface CSSSupportsRule : CSSConditionRule
618 attribute @@toStringTag 622 attribute @@toStringTag
619 getter conditionText
620 getter cssRules 623 getter cssRules
621 method constructor 624 method constructor
622 method deleteRule 625 method deleteRule
623 method insertRule 626 method insertRule
624 interface CSSTransformComponent 627 interface CSSTransformComponent
625 attribute @@toStringTag 628 attribute @@toStringTag
626 getter cssText 629 getter cssText
627 method asMatrix 630 method asMatrix
628 method constructor 631 method constructor
629 method is2D 632 method is2D
(...skipping 7304 matching lines...) Expand 10 before | Expand all | Expand 10 after
7934 method stop 7937 method stop
7935 method webkitCancelAnimationFrame 7938 method webkitCancelAnimationFrame
7936 method webkitCancelRequestAnimationFrame 7939 method webkitCancelRequestAnimationFrame
7937 method webkitRequestAnimationFrame 7940 method webkitRequestAnimationFrame
7938 method webkitRequestFileSystem 7941 method webkitRequestFileSystem
7939 method webkitResolveLocalFileSystemURL 7942 method webkitResolveLocalFileSystemURL
7940 PASS successfullyParsed is true 7943 PASS successfullyParsed is true
7941 7944
7942 TEST COMPLETE 7945 TEST COMPLETE
7943 7946
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698