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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimTest.h

Issue 2823163002: Port some AOM tests from LayoutTests to SimTests. (Closed)
Patch Set: Created 3 years, 8 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/web/tests/sim/SimTest.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimTest.h b/third_party/WebKit/Source/web/tests/sim/SimTest.h
index 0b51249623d8b24206f02867699eee8d188758ad..0a3a83a8a93d7d29ff2a914e81ad85251d896110 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimTest.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimTest.h
@@ -35,6 +35,8 @@ class SimTest : public ::testing::Test {
const SimWebViewClient& WebViewClient() const;
SimCompositor& Compositor();
+ String ExecuteJavaScript(String);
esprehn 2017/04/20 19:54:07 The spirit of sim tests is that you should avoid w
+
Vector<String>& ConsoleMessages() { return console_messages_; }
private:

Powered by Google App Engine
This is Rietveld 408576698