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

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

Issue 2615653003: [GeometryInterface] Implement DOMQuad and DOMQuadInit. (Closed)
Patch Set: add const keyword Created 3 years, 11 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 6afc7a9fd1eb129fcc14420fae78f3dd303b4586..3c3d48dd87dff1ff5cf98ba9522341154acc148d 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1129,6 +1129,13 @@ interface DOMPointReadOnly
method constructor
method matrixTransform
method toJSON
+interface DOMQuad
+ attribute @@toStringTag
+ getter p1
+ getter p2
+ getter p3
+ getter p4
+ method constructor
interface DOMRect : DOMRectReadOnly
attribute @@toStringTag
getter height

Powered by Google App Engine
This is Rietveld 408576698