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

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

Issue 2586083002: Adding fromPoint to DOMPoint and DOMPointReadOnly interfaces following spec. (Closed)
Patch Set: Adding fromPoint to DOMPoint and DOMPointReadOnly interfaces following spec. Created 3 years, 12 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: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: '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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 getter w 1113 getter w
1114 getter x 1114 getter x
1115 getter y 1115 getter y
1116 getter z 1116 getter z
1117 method constructor 1117 method constructor
1118 setter w 1118 setter w
1119 setter x 1119 setter x
1120 setter y 1120 setter y
1121 setter z 1121 setter z
1122 interface DOMPointReadOnly 1122 interface DOMPointReadOnly
1123 static method fromPoint
1123 attribute @@toStringTag 1124 attribute @@toStringTag
1124 getter w 1125 getter w
1125 getter x 1126 getter x
1126 getter y 1127 getter y
1127 getter z 1128 getter z
1128 method constructor 1129 method constructor
1129 interface DOMRect : DOMRectReadOnly 1130 interface DOMRect : DOMRectReadOnly
1130 attribute @@toStringTag 1131 attribute @@toStringTag
1131 getter height 1132 getter height
1132 getter width 1133 getter width
(...skipping 7863 matching lines...) Expand 10 before | Expand all | Expand 10 after
8996 setter scrollY 8997 setter scrollY
8997 setter scrollbars 8998 setter scrollbars
8998 setter status 8999 setter status
8999 setter statusbar 9000 setter statusbar
9000 setter toolbar 9001 setter toolbar
9001 setter visualViewport 9002 setter visualViewport
9002 PASS successfullyParsed is true 9003 PASS successfullyParsed is true
9003 9004
9004 TEST COMPLETE 9005 TEST COMPLETE
9005 9006
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698