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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: Update failing LayoutTests Created 3 years, 7 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 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 method size 496 method size
497 interface CDATASection : Text 497 interface CDATASection : Text
498 attribute @@toStringTag 498 attribute @@toStringTag
499 method constructor 499 method constructor
500 interface CSS 500 interface CSS
501 static method escape 501 static method escape
502 static method registerProperty 502 static method registerProperty
503 static method supports 503 static method supports
504 attribute @@toStringTag 504 attribute @@toStringTag
505 method constructor 505 method constructor
506 interface CSSAngleValue : CSSStyleValue
nainar1 2017/05/16 00:20:47 Change expectation for: http/tests/worklet/webexp
507 attribute @@toStringTag
508 getter degrees
509 getter gradians
510 getter radians
511 getter turns
512 method constructor
513 interface CSSCalcLength : CSSLengthValue
514 attribute @@toStringTag
515 getter ch
516 getter cm
517 getter em
518 getter ex
519 getter in
520 getter mm
521 getter pc
522 getter percent
523 getter pt
524 getter px
525 getter rem
526 getter vh
527 getter vmax
528 getter vmin
529 getter vw
530 method constructor
531 interface CSSConditionRule : CSSGroupingRule 506 interface CSSConditionRule : CSSGroupingRule
532 attribute @@toStringTag 507 attribute @@toStringTag
533 getter conditionText 508 getter conditionText
534 method constructor 509 method constructor
535 interface CSSFontFaceRule : CSSRule 510 interface CSSFontFaceRule : CSSRule
536 attribute @@toStringTag 511 attribute @@toStringTag
537 getter style 512 getter style
538 method constructor 513 method constructor
539 interface CSSGroupingRule : CSSRule 514 interface CSSGroupingRule : CSSRule
540 attribute @@toStringTag 515 attribute @@toStringTag
(...skipping 25 matching lines...) Expand all
566 getter name 541 getter name
567 method appendRule 542 method appendRule
568 method constructor 543 method constructor
569 method deleteRule 544 method deleteRule
570 method findRule 545 method findRule
571 setter name 546 setter name
572 interface CSSKeywordValue : CSSStyleValue 547 interface CSSKeywordValue : CSSStyleValue
573 attribute @@toStringTag 548 attribute @@toStringTag
574 getter keywordValue 549 getter keywordValue
575 method constructor 550 method constructor
576 interface CSSLengthValue : CSSStyleValue
577 static method from
578 attribute @@toStringTag
579 method add
580 method constructor
581 method divide
582 method multiply
583 method subtract
584 interface CSSMatrixComponent : CSSTransformComponent 551 interface CSSMatrixComponent : CSSTransformComponent
585 attribute @@toStringTag 552 attribute @@toStringTag
586 getter a 553 getter a
587 getter b 554 getter b
588 getter c 555 getter c
589 getter d 556 getter d
590 getter e 557 getter e
591 getter f 558 getter f
592 getter m11 559 getter m11
593 getter m12 560 getter m12
(...skipping 14 matching lines...) Expand all
608 method constructor 575 method constructor
609 interface CSSMediaRule : CSSConditionRule 576 interface CSSMediaRule : CSSConditionRule
610 attribute @@toStringTag 577 attribute @@toStringTag
611 getter media 578 getter media
612 method constructor 579 method constructor
613 interface CSSNamespaceRule : CSSRule 580 interface CSSNamespaceRule : CSSRule
614 attribute @@toStringTag 581 attribute @@toStringTag
615 getter namespaceURI 582 getter namespaceURI
616 getter prefix 583 getter prefix
617 method constructor 584 method constructor
618 interface CSSNumberValue : CSSStyleValue
619 attribute @@toStringTag
620 getter value
621 method constructor
622 interface CSSNumericValue : CSSStyleValue 585 interface CSSNumericValue : CSSStyleValue
623 attribute @@toStringTag 586 attribute @@toStringTag
624 method add 587 method add
625 method constructor 588 method constructor
626 method div 589 method div
627 method mul 590 method mul
628 method sub 591 method sub
629 method to 592 method to
630 interface CSSPageRule : CSSRule 593 interface CSSPageRule : CSSRule
631 attribute @@toStringTag 594 attribute @@toStringTag
(...skipping 8566 matching lines...) Expand 10 before | Expand all | Expand 10 after
9198 setter scrollY 9161 setter scrollY
9199 setter scrollbars 9162 setter scrollbars
9200 setter status 9163 setter status
9201 setter statusbar 9164 setter statusbar
9202 setter toolbar 9165 setter toolbar
9203 setter visualViewport 9166 setter visualViewport
9204 PASS successfullyParsed is true 9167 PASS successfullyParsed is true
9205 9168
9206 TEST COMPLETE 9169 TEST COMPLETE
9207 9170
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698