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

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

Issue 2737373005: [GeometryInterface] enable Exposed keyword at DOMQuad.idl (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMQuad.idl Created 3 years, 9 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 a8a5d7bf00ed8a68bdb09470ef708bf2bc2f56f0..b0ba5e31336a4934e9edb0a0c76b3071eddee7d8 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
@@ -236,6 +236,16 @@ interface DOMPointReadOnly
method constructor
method matrixTransform
method toJSON
+interface DOMQuad
+ static method fromQuad
+ static method fromRect
+ getter p1
+ getter p2
+ getter p3
+ getter p4
+ method constructor
+ method getBounds
+ method toJSON
interface DOMRect : DOMRectReadOnly
getter height
getter width

Powered by Google App Engine
This is Rietveld 408576698