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

Side by Side Diff: LayoutTests/inspector/elements/styles-3/selector-list.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 <style> 3 <style>
4 #inspected{ 4 #inspected{
5 } 5 }
6 6
7 #InSpEcTeD { 7 #InSpEcTeD {
8 } 8 }
9 9
10 /* */#inspected/* */ { 10 /* */#inspected/* */ {
(...skipping 30 matching lines...) Expand all
41 41
42 <body onload="runTest()"> 42 <body onload="runTest()">
43 <p> 43 <p>
44 Tests representation of selector lists in the protocol. <a href="https://bugs.we bkit.org/show_bug.cgi?id=103118">Bug 103118</a>. 44 Tests representation of selector lists in the protocol. <a href="https://bugs.we bkit.org/show_bug.cgi?id=103118">Bug 103118</a>.
45 </p> 45 </p>
46 46
47 <div id="inspected">Text</div> 47 <div id="inspected">Text</div>
48 48
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698