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

Side by Side Diff: LayoutTests/fast/dom/Window/es52-globals.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 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../../resources/js-test.js"></script>
3 <div id="div"></div> 3 <div id="div"></div>
4 <iframe name="f"></iframe> 4 <iframe name="f"></iframe>
5 <a href="http://webkit.org" name="a"></a> 5 <a href="http://webkit.org" name="a"></a>
6 <script> 6 <script>
7 7
8 window.x = 1; 8 window.x = 1;
9 Object.getPrototypeOf(window).y = 2; 9 Object.getPrototypeOf(window).y = 2;
10 10
11 </script> 11 </script>
12 <script> 12 <script>
(...skipping 20 matching lines...) Expand all
33 var f; 33 var f;
34 shouldBeUndefined('f'); 34 shouldBeUndefined('f');
35 35
36 var div; 36 var div;
37 shouldBeUndefined('div'); 37 shouldBeUndefined('div');
38 38
39 var a; 39 var a;
40 shouldBeUndefined('a'); 40 shouldBeUndefined('a');
41 41
42 </script> 42 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/device-pixel-ratio-on-zoom.html ('k') | LayoutTests/fast/dom/Window/event-non-enumerable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698