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

Side by Side Diff: LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct.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 <script>jsTestIsAsync = true;</script> 1 <script>jsTestIsAsync = true;</script>
2 <script src="/js-test-resources/js-test-pre.js"></script> 2 <script src="/js-test-resources/js-test.js"></script>
3 <script src="resources/shared-stylesheet-mutation.js"></script> 3 <script src="resources/shared-stylesheet-mutation.js"></script>
4 <body> 4 <body>
5 <script> 5 <script>
6 description("The test loads the same stylesheet to different frames and then mut ates them. The mutations should not affect other frames."); 6 description("The test loads the same stylesheet to different frames and then mut ates them. The mutations should not affect other frames.");
7 7
8 var createCSSOMObjectBeforeTest = true; 8 var createCSSOMObjectBeforeTest = true;
9 runTests(createCSSOMObjectBeforeTest); 9 runTests(createCSSOMObjectBeforeTest);
10 </script> 10 </script>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/css/css-image-valued-shape.html ('k') | LayoutTests/http/tests/fileapi/blob-url-in-subframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698