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

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

Issue 2702003002: [GeometryInterface] enable Exposed keyword at DOMRect*.idl. (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMRect*.idl. Created 3 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 5c528447c4b226f43762e38fe4825c6268549313..4553b0d56f0d5ecf557cfc819fd2dd067dacd6d7 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,28 @@ interface DOMPointReadOnly
method constructor
method matrixTransform
method toJSON
+interface DOMRect : DOMRectReadOnly
+ getter height
+ getter width
+ getter x
+ getter y
+ method constructor
+ setter height
+ setter width
+ setter x
+ setter y
+interface DOMRectReadOnly
+ static method fromRect
+ getter bottom
+ getter height
+ getter left
+ getter right
+ getter top
+ getter width
+ getter x
+ getter y
+ method constructor
+ method toJSON
interface DOMStringList
getter length
method constructor

Powered by Google App Engine
This is Rietveld 408576698