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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/dart/security/native-extensions-disabled-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script type='application/javascript' src='../../../../../dart/pkg/unittest/lib/ test_controller.js'></script>
4 </head>
5 <body>
6
7 <script type='application/dart'>
8 import 'dart-ext:foo';
9 main() {}
10 </script>
11
12 <script>
13 if (window.testRunner) {
14 window.testRunner.dumpAsText();
15 window.testRunner.waitUntilDone();
16 }
17
18 window.addEventListener('load', function () {
19 window.setTimeout(function () {
20 window.testRunner.notifyDone();
21 }, 0);
22 });
23 </script>
24 </body>
25 </html>
OLDNEW
« 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