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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-url-linkify.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 <link rel="stylesheet" href="resources/styles-url-linkify.css"> 3 <link rel="stylesheet" href="../styles/resources/styles-url-linkify.css">
4 4
5 <script src="../../../http/tests/inspector/inspector-test.js"></script> 5 <script src="../../../http/tests/inspector/inspector-test.js"></script>
6 <script src="../../../http/tests/inspector/elements-test.js"></script> 6 <script src="../../../http/tests/inspector/elements-test.js"></script>
7 <script> 7 <script>
8 8
9 function test() 9 function test()
10 { 10 {
11 function completeURL(baseURL, href) 11 function completeURL(baseURL, href)
12 { 12 {
13 InspectorTest.addResult(WebInspector.ParsedURL.completeURL(baseURL, href )); 13 InspectorTest.addResult(WebInspector.ParsedURL.completeURL(baseURL, href ));
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 } 88 }
89 } 89 }
90 90
91 </script> 91 </script>
92 </head> 92 </head>
93 <body onload="runAfterIframeIsLoaded()"> 93 <body onload="runAfterIframeIsLoaded()">
94 <p> 94 <p>
95 Tests that URLs are linked to and completed correctly. Bugs <a href="http://bugs .webkit.org/show_bug.cgi?id=51663">51663</a>, <a href="http://bugs.webkit.org/sh ow_bug.cgi?id=53171">53171</a>, <a href="http://bugs.webkit.org/show_bug.cgi?id= 62643">62643</a>, <a href="http://bugs.webkit.org/show_bug.cgi?id=72373">72373</ a>, <a href="http://bugs.webkit.org/show_bug.cgi?id=79905">79905</a> 95 Tests that URLs are linked to and completed correctly. Bugs <a href="http://bugs .webkit.org/show_bug.cgi?id=51663">51663</a>, <a href="http://bugs.webkit.org/sh ow_bug.cgi?id=53171">53171</a>, <a href="http://bugs.webkit.org/show_bug.cgi?id= 62643">62643</a>, <a href="http://bugs.webkit.org/show_bug.cgi?id=72373">72373</ a>, <a href="http://bugs.webkit.org/show_bug.cgi?id=79905">79905</a>
96 </p> 96 </p>
97 <div id="local"></div> 97 <div id="local"></div>
98 <iframe src="resources/styles-url-linkify-iframe.html"></iframe> 98 <iframe src="../styles/resources/styles-url-linkify-iframe.html"></iframe>
99 99
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698