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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-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/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 14d58280616f07d602a085ebbba57d5306b422a9..3417b3a3fef2f907f13d13d93de22d0d93018495 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -827,20 +827,8 @@ interface DOMParser
method constructor
method parseFromString
interface DOMPoint : DOMPointReadOnly
- getter w
domenic 2016/02/18 19:04:40 These should still be present, after you go to the
zino 2016/02/22 09:51:01 Done.
- 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 DOMRect : DOMRectReadOnly
getter height

Powered by Google App Engine
This is Rietveld 408576698