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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 1910263003: Generate CSSPropertyEquality instead of using hand-updated file. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests2! Created 4 years, 7 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/Source/core/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index 8bec34e2ebc247a85ced1aae05b41656a50a7edc..47d753d9c75d6854e59ddc67124dc6dd18645516 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -362,4 +362,6 @@
DOMString getScrollAnimationState(Node node);
DOMString getProgrammaticScrollAnimationState(Node node);
+
+ [RaisesException] boolean isCSSPropertyEqual(DOMString property, Element a, Element b);
};

Powered by Google App Engine
This is Rietveld 408576698