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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1709003002: Geometry: Reimplement DOMPoint using V8 extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 33a8b91d280ad2d4ea2e96b8d036d66511df179f..6c7182a81e7329ca9873dee94cdd3c579ffc45ed 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -99,6 +99,22 @@ interface DOMException
getter name
method constructor
method toString
+interface DOMPoint : DOMPointReadOnly
+ getter w
+ getter x
+ getter y
+ getter z
+ method constructor
+ setter w
+ setter x
+ setter y
+ setter z
+interface DOMPointReadOnly
+ getter w
+ getter x
+ getter y
+ getter z
+ method constructor
interface DataView
getter buffer
getter byteLength

Powered by Google App Engine
This is Rietveld 408576698