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

Side by Side Diff: LayoutTests/fast/profiler/resources/other-window.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="profiler-test-JS-resources.js"></script>
4 <script>
5 var interestingKnowledge;
6 function otherTestStart()
7 {
8 interestingKnowledge = isEqualToFive(3);
9 opener.windowFinishedLoading();
10 }
11
12 function functionInOtherWindow() {
13 return interestingKnowledge;
14 }
15 </script>
16 </head>
17
18 <body onload="otherTestStart()">
19 This file executes some JavaScript.
20 </body>
21 </html>
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698