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

Unified Diff: LayoutTests/dart/security/native-extensions-disabled.html

Issue 446733003: Tue Aug 5 16:08:45 PDT 2014 Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 4 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 | « no previous file | LayoutTests/dart/security/native-extensions-disabled-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/security/native-extensions-disabled.html
diff --git a/LayoutTests/dart/security/native-extensions-disabled.html b/LayoutTests/dart/security/native-extensions-disabled.html
new file mode 100644
index 0000000000000000000000000000000000000000..ad48de2430ffbb4cfa060ce8042a9f42bd9047d3
--- /dev/null
+++ b/LayoutTests/dart/security/native-extensions-disabled.html
@@ -0,0 +1,25 @@
+<html>
+<head>
+<script type='application/javascript' src='../../../../../dart/pkg/unittest/lib/test_controller.js'></script>
+</head>
+<body>
+
+<script type='application/dart'>
+import 'dart-ext:foo';
+main() {}
+</script>
+
+<script>
+ if (window.testRunner) {
+ window.testRunner.dumpAsText();
+ window.testRunner.waitUntilDone();
+ }
+
+ window.addEventListener('load', function () {
+ window.setTimeout(function () {
+ window.testRunner.notifyDone();
+ }, 0);
+ });
+</script>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/dart/security/native-extensions-disabled-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698