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

Side by Side Diff: LayoutTests/inspector/elements/edit/set-outer-html-body.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> 6 <script>
7 7
8 function test() 8 function test()
9 { 9 {
10 var htmlNode; 10 var htmlNode;
11 var bodyNode; 11 var bodyNode;
12 var headNode; 12 var headNode;
13 13
14 InspectorTest.runTestSuite([ 14 InspectorTest.runTestSuite([
15 function testSetUp(next) 15 function testSetUp(next)
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 } 58 }
59 return dump; 59 return dump;
60 } 60 }
61 } 61 }
62 </script> 62 </script>
63 </head> 63 </head>
64 64
65 <body> 65 <body>
66 <p> 66 <p>
67 Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/sho w_bug.cgi?id=62272. 67 Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/sho w_bug.cgi?id=62272.
68 <iframe src="resources/set-outer-html-body-iframe.html" onload="runTest()"></ifr ame> 68 <iframe src="../resources/set-outer-html-body-iframe.html" onload="runTest()"></ iframe>
69 </p> 69 </p>
70 </body> 70 </body>
71 </html> 71 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698