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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More expectation updates. Created 5 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 4599 matching lines...) Expand 10 before | Expand all | Expand 10 after
4610 getter numberOfItems 4610 getter numberOfItems
4611 method appendItem 4611 method appendItem
4612 method clear 4612 method clear
4613 method constructor 4613 method constructor
4614 method getItem 4614 method getItem
4615 method initialize 4615 method initialize
4616 method insertItemBefore 4616 method insertItemBefore
4617 method removeItem 4617 method removeItem
4618 method replaceItem 4618 method replaceItem
4619 interface SVGPathElement 4619 interface SVGPathElement
4620 getter animatedNormalizedPathSegList
4621 getter animatedPathSegList
4622 getter normalizedPathSegList
4623 getter pathLength 4620 getter pathLength
4624 getter pathSegList
4625 method constructor 4621 method constructor
4626 method createSVGPathSegArcAbs
4627 method createSVGPathSegArcRel
4628 method createSVGPathSegClosePath
4629 method createSVGPathSegCurvetoCubicAbs
4630 method createSVGPathSegCurvetoCubicRel
4631 method createSVGPathSegCurvetoCubicSmoothAbs
4632 method createSVGPathSegCurvetoCubicSmoothRel
4633 method createSVGPathSegCurvetoQuadraticAbs
4634 method createSVGPathSegCurvetoQuadraticRel
4635 method createSVGPathSegCurvetoQuadraticSmoothAbs
4636 method createSVGPathSegCurvetoQuadraticSmoothRel
4637 method createSVGPathSegLinetoAbs
4638 method createSVGPathSegLinetoHorizontalAbs
4639 method createSVGPathSegLinetoHorizontalRel
4640 method createSVGPathSegLinetoRel
4641 method createSVGPathSegLinetoVerticalAbs
4642 method createSVGPathSegLinetoVerticalRel
4643 method createSVGPathSegMovetoAbs
4644 method createSVGPathSegMovetoRel
4645 method getPathSegAtLength 4622 method getPathSegAtLength
4646 method getPointAtLength 4623 method getPointAtLength
4647 method getTotalLength 4624 method getTotalLength
4648 interface SVGPathSeg
4649 attribute PATHSEG_ARC_ABS
4650 attribute PATHSEG_ARC_REL
4651 attribute PATHSEG_CLOSEPATH
4652 attribute PATHSEG_CURVETO_CUBIC_ABS
4653 attribute PATHSEG_CURVETO_CUBIC_REL
4654 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
4655 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_REL
4656 attribute PATHSEG_CURVETO_QUADRATIC_ABS
4657 attribute PATHSEG_CURVETO_QUADRATIC_REL
4658 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
4659 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
4660 attribute PATHSEG_LINETO_ABS
4661 attribute PATHSEG_LINETO_HORIZONTAL_ABS
4662 attribute PATHSEG_LINETO_HORIZONTAL_REL
4663 attribute PATHSEG_LINETO_REL
4664 attribute PATHSEG_LINETO_VERTICAL_ABS
4665 attribute PATHSEG_LINETO_VERTICAL_REL
4666 attribute PATHSEG_MOVETO_ABS
4667 attribute PATHSEG_MOVETO_REL
4668 attribute PATHSEG_UNKNOWN
4669 getter pathSegType
4670 getter pathSegTypeAsLetter
4671 method constructor
4672 interface SVGPathSegArcAbs
4673 getter angle
4674 getter largeArcFlag
4675 getter r1
4676 getter r2
4677 getter sweepFlag
4678 getter x
4679 getter y
4680 method constructor
4681 setter angle
4682 setter largeArcFlag
4683 setter r1
4684 setter r2
4685 setter sweepFlag
4686 setter x
4687 setter y
4688 interface SVGPathSegArcRel
4689 getter angle
4690 getter largeArcFlag
4691 getter r1
4692 getter r2
4693 getter sweepFlag
4694 getter x
4695 getter y
4696 method constructor
4697 setter angle
4698 setter largeArcFlag
4699 setter r1
4700 setter r2
4701 setter sweepFlag
4702 setter x
4703 setter y
4704 interface SVGPathSegClosePath
4705 method constructor
4706 interface SVGPathSegCurvetoCubicAbs
4707 getter x
4708 getter x1
4709 getter x2
4710 getter y
4711 getter y1
4712 getter y2
4713 method constructor
4714 setter x
4715 setter x1
4716 setter x2
4717 setter y
4718 setter y1
4719 setter y2
4720 interface SVGPathSegCurvetoCubicRel
4721 getter x
4722 getter x1
4723 getter x2
4724 getter y
4725 getter y1
4726 getter y2
4727 method constructor
4728 setter x
4729 setter x1
4730 setter x2
4731 setter y
4732 setter y1
4733 setter y2
4734 interface SVGPathSegCurvetoCubicSmoothAbs
4735 getter x
4736 getter x2
4737 getter y
4738 getter y2
4739 method constructor
4740 setter x
4741 setter x2
4742 setter y
4743 setter y2
4744 interface SVGPathSegCurvetoCubicSmoothRel
4745 getter x
4746 getter x2
4747 getter y
4748 getter y2
4749 method constructor
4750 setter x
4751 setter x2
4752 setter y
4753 setter y2
4754 interface SVGPathSegCurvetoQuadraticAbs
4755 getter x
4756 getter x1
4757 getter y
4758 getter y1
4759 method constructor
4760 setter x
4761 setter x1
4762 setter y
4763 setter y1
4764 interface SVGPathSegCurvetoQuadraticRel
4765 getter x
4766 getter x1
4767 getter y
4768 getter y1
4769 method constructor
4770 setter x
4771 setter x1
4772 setter y
4773 setter y1
4774 interface SVGPathSegCurvetoQuadraticSmoothAbs
4775 getter x
4776 getter y
4777 method constructor
4778 setter x
4779 setter y
4780 interface SVGPathSegCurvetoQuadraticSmoothRel
4781 getter x
4782 getter y
4783 method constructor
4784 setter x
4785 setter y
4786 interface SVGPathSegLinetoAbs
4787 getter x
4788 getter y
4789 method constructor
4790 setter x
4791 setter y
4792 interface SVGPathSegLinetoHorizontalAbs
4793 getter x
4794 method constructor
4795 setter x
4796 interface SVGPathSegLinetoHorizontalRel
4797 getter x
4798 method constructor
4799 setter x
4800 interface SVGPathSegLinetoRel
4801 getter x
4802 getter y
4803 method constructor
4804 setter x
4805 setter y
4806 interface SVGPathSegLinetoVerticalAbs
4807 getter y
4808 method constructor
4809 setter y
4810 interface SVGPathSegLinetoVerticalRel
4811 getter y
4812 method constructor
4813 setter y
4814 interface SVGPathSegList
4815 getter length
4816 getter numberOfItems
4817 method appendItem
4818 method clear
4819 method constructor
4820 method getItem
4821 method initialize
4822 method insertItemBefore
4823 method removeItem
4824 method replaceItem
4825 interface SVGPathSegMovetoAbs
4826 getter x
4827 getter y
4828 method constructor
4829 setter x
4830 setter y
4831 interface SVGPathSegMovetoRel
4832 getter x
4833 getter y
4834 method constructor
4835 setter x
4836 setter y
4837 interface SVGPatternElement 4625 interface SVGPatternElement
4838 getter height 4626 getter height
4839 getter href 4627 getter href
4840 getter patternContentUnits 4628 getter patternContentUnits
4841 getter patternTransform 4629 getter patternTransform
4842 getter patternUnits 4630 getter patternUnits
4843 getter preserveAspectRatio 4631 getter preserveAspectRatio
4844 getter requiredExtensions 4632 getter requiredExtensions
4845 getter requiredFeatures 4633 getter requiredFeatures
4846 getter systemLanguage 4634 getter systemLanguage
(...skipping 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after
6862 method stop 6650 method stop
6863 method webkitCancelAnimationFrame 6651 method webkitCancelAnimationFrame
6864 method webkitCancelRequestAnimationFrame 6652 method webkitCancelRequestAnimationFrame
6865 method webkitRequestAnimationFrame 6653 method webkitRequestAnimationFrame
6866 method webkitRequestFileSystem 6654 method webkitRequestFileSystem
6867 method webkitResolveLocalFileSystemURL 6655 method webkitResolveLocalFileSystemURL
6868 PASS successfullyParsed is true 6656 PASS successfullyParsed is true
6869 6657
6870 TEST COMPLETE 6658 TEST COMPLETE
6871 6659
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698