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

Side by Side Diff: LayoutTests/inspector/elements/edit/undo-set-outer-html-2.html

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <script src="../../http/tests/inspector/inspector-test.js"></script> 4 <script src="../../../http/tests/inspector/inspector-test.js"></script>
5 <script src="../../http/tests/inspector/elements-test.js"></script> 5 <script src="../../../http/tests/inspector/elements-test.js"></script>
6 <script src="set-outer-html-test.js"></script> 6 <script src="set-outer-html-test.js"></script>
7 <script> 7 <script>
8 8
9 function onload() 9 function onload()
10 { 10 {
11 document.getElementById("identity").wrapperIdentity = "identity"; 11 document.getElementById("identity").wrapperIdentity = "identity";
12 runTest(); 12 runTest();
13 } 13 }
14 14
15 function test() 15 function test()
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <ul> 68 <ul>
69 <li></li> 69 <li></li>
70 </ul> 70 </ul>
71 <ul> 71 <ul>
72 <li></li> 72 <li></li>
73 </ul> 73 </ul>
74 </div> 74 </div>
75 75
76 </body> 76 </body>
77 </html> 77 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698