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

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

Issue 2314723003: Add harness-tests/crash.html and harness-tests/timeout.html (Closed)
Patch Set: Created 4 years, 3 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.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index e498138b07f72ef2281e2c80933df4710a67106f..cf16a597b75703c1e2b563a0776da60578e8e223 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -403,6 +403,9 @@ public:
// Returns the visual rect of a node's LayoutObject.
ClientRect* visualRect(Node*);
+ // Intentional crash.
+ void crash();
+
private:
explicit Internals(ScriptState*);
Document* contextDocument() const;
« no previous file with comments | « third_party/WebKit/LayoutTests/harness-tests/timeout.html ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698