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

Unified Diff: LayoutTests/dart/compile-error-crash.html

Issue 9188009: Things to unfork. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 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
« no previous file with comments | « LayoutTests/dart/WindowAttrs-expected.txt ('k') | LayoutTests/dart/compile-error-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/compile-error-crash.html
diff --git a/LayoutTests/dart/compile-error-crash.html b/LayoutTests/dart/compile-error-crash.html
deleted file mode 100644
index bc10c2a42f95ab3ab2cf324262496828dc2b350e..0000000000000000000000000000000000000000
--- a/LayoutTests/dart/compile-error-crash.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<html>
-<body>
-
-<script type="text/javascript">
-if (window.layoutTestController)
- layoutTestController.dumpAsText();
-</script>
-
-<script id="dart" type="application/dart" data-dart-entry="CompileErrorTest.main">
-class A {
- void foo() {}
-}
-
-class B extends A {
- B() {}
- void foo(String s) {}
-}
-
-class CompileErrorTest {
- static void main(Window window) {
- // This shouldn't happen.
- A a = new B();
- a.foo();
- window.document.body.appendChild(window.document.createTextNode('FAIL'));
- }
-}
-</script>
-
-</body>
-</html>
« no previous file with comments | « LayoutTests/dart/WindowAttrs-expected.txt ('k') | LayoutTests/dart/compile-error-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698