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

Side by Side Diff: LayoutTests/http/tests/uri/resources/assign-path-landing.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 <html> 3 <html>
4 <head> 4 <head>
5 <script src="../../js-test-resources/js-test-pre.js"></script> 5 <script src="../../js-test-resources/js-test.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 The path assignment test redirected successfully. Checking path... 8 The path assignment test redirected successfully. Checking path...
9 9
10 <p id="description"></p> 10 <p id="description"></p>
11 <div id="console"></div> 11 <div id="console"></div>
12 12
13 13
14 <script> 14 <script>
15 shouldBe("location.pathname", "'/uri/resources/assign-path-landing.html'"); 15 shouldBe("location.pathname", "'/uri/resources/assign-path-landing.html'");
16 </script> 16 </script>
17 17
18 <script> 18 <script>
19 if (window.testRunner) 19 if (window.testRunner)
20 testRunner.notifyDone(); 20 testRunner.notifyDone();
21 </script> 21 </script>
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698