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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/css-outline.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 <script src="../../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../../http/tests/inspector/inspector-test.js"></script>
4 <style id="styler"> 4 <style id="styler">
5 @import url("some-url-to-load-css.css") print; 5 @import url("some-url-to-load-css.css") print;
6 @charset "ISO-8859-15"; 6 @charset "ISO-8859-15";
7 @namespace svg url(http://www.w3.org/2000/svg); 7 @namespace svg url(http://www.w3.org/2000/svg);
8 @font-face { 8 @font-face {
9 font-family: "Example Font"; 9 font-family: "Example Font";
10 src: url("http://www.example.com/fonts/example"); 10 src: url("http://www.example.com/fonts/example");
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 } 75 }
76 76
77 </script> 77 </script>
78 78
79 </head> 79 </head>
80 80
81 <body onload="runTest()"> 81 <body onload="runTest()">
82 <p>The test verifies the CSS outline functionality.</p> 82 <p>The test verifies the CSS outline functionality.</p>
83 </body> 83 </body>
84 </html> 84 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698