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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sourceframe-messages.html

Issue 2540803003: [DevTools] Remove workspace-test.js part5. (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../inspector-test.js"></script> 3 <script src="../inspector-test.js"></script>
4 <script src="../debugger-test.js"></script> 4 <script src="../debugger-test.js"></script>
5 <script src="../workspace-test.js"></script>
6 <script src="../isolated-filesystem-test.js"></script> 5 <script src="../isolated-filesystem-test.js"></script>
7 <script src="./persistence-test.js"></script> 6 <script src="./persistence-test.js"></script>
8 <script src="./resources/foo.js"></script> 7 <script src="./resources/foo.js"></script>
9 <script> 8 <script>
10 9
11 function test() 10 function test()
12 { 11 {
13 var fs = new InspectorTest.TestFileSystem("file:///var/www"); 12 var fs = new InspectorTest.TestFileSystem("file:///var/www");
14 InspectorTest.addFooJSFile(fs); 13 InspectorTest.addFooJSFile(fs);
15 var networkSourceCode; 14 var networkSourceCode;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 } 77 }
79 }, 78 },
80 ]); 79 ]);
81 }; 80 };
82 </script> 81 </script>
83 </head> 82 </head>
84 <body onload="runTest()"> 83 <body onload="runTest()">
85 <p>Verify that messages are synced in UISourceCodeFrame between UISourceCodes of persistence binding.</p> 84 <p>Verify that messages are synced in UISourceCodeFrame between UISourceCodes of persistence binding.</p>
86 </body> 85 </body>
87 </html> 86 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698