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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-dirxml.html

Issue 2982263002: DevTools: prepare migration for a batch of console tests (Closed)
Patch Set: update test expects Created 3 years, 5 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
OLDNEW
1 <html> 1 <!-- NOTE: Test is being migrated (see crbug.com/667560) !--><html>
2 <head> 2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../http/tests/inspector/console-test.js"></script> 4 <script src="../../http/tests/inspector/console-test.js"></script>
5 <script> 5 <script>
6 6
7 function logToConsole() 7 function logToConsole()
8 { 8 {
9 var fragment = document.createDocumentFragment(); 9 var fragment = document.createDocumentFragment();
10 fragment.appendChild(document.createElement("p")); 10 fragment.appendChild(document.createElement("p"));
11 11
(...skipping 24 matching lines...) Expand all
36 </script> 36 </script>
37 </head> 37 </head>
38 38
39 <body onload="runTest()"> 39 <body onload="runTest()">
40 <p> 40 <p>
41 Tests that console logging dumps proper messages. 41 Tests that console logging dumps proper messages.
42 </p> 42 </p>
43 43
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698