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

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

Issue 2787853002: Remove DOMImplementation.hasFeature()
Patch Set: Created 3 years, 8 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 getter message 1034 getter message
1035 getter name 1035 getter name
1036 method constructor 1036 method constructor
1037 method toString 1037 method toString
1038 interface DOMImplementation 1038 interface DOMImplementation
1039 attribute @@toStringTag 1039 attribute @@toStringTag
1040 method constructor 1040 method constructor
1041 method createDocument 1041 method createDocument
1042 method createDocumentType 1042 method createDocumentType
1043 method createHTMLDocument 1043 method createHTMLDocument
1044 method hasFeature
1045 interface DOMMatrix : DOMMatrixReadOnly 1044 interface DOMMatrix : DOMMatrixReadOnly
1046 attribute @@toStringTag 1045 attribute @@toStringTag
1047 getter a 1046 getter a
1048 getter b 1047 getter b
1049 getter c 1048 getter c
1050 getter d 1049 getter d
1051 getter e 1050 getter e
1052 getter f 1051 getter f
1053 getter m11 1052 getter m11
1054 getter m12 1053 getter m12
(...skipping 8098 matching lines...) Expand 10 before | Expand all | Expand 10 after
9153 setter scrollY 9152 setter scrollY
9154 setter scrollbars 9153 setter scrollbars
9155 setter status 9154 setter status
9156 setter statusbar 9155 setter statusbar
9157 setter toolbar 9156 setter toolbar
9158 setter visualViewport 9157 setter visualViewport
9159 PASS successfullyParsed is true 9158 PASS successfullyParsed is true
9160 9159
9161 TEST COMPLETE 9160 TEST COMPLETE
9162 9161
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/custom/svg-features.html ('k') | third_party/WebKit/Source/core/dom/DOMImplementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698