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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/pseudo-elements.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:before, .some-other-selector { 4 #inspected:before, .some-other-selector {
5 content: "BEFORE"; 5 content: "BEFORE";
6 } 6 }
7 7
8 #inspected:after { 8 #inspected:after {
9 content: "AFTER"; 9 content: "AFTER";
10 } 10 }
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 Tests that pseudo elements and their styles are handled properly. 184 Tests that pseudo elements and their styles are handled properly.
185 </p> 185 </p>
186 186
187 <div id="container"> 187 <div id="container">
188 <div id="inspected">Text</div> 188 <div id="inspected">Text</div>
189 <div id="empty"></div> 189 <div id="empty"></div>
190 </div> 190 </div>
191 191
192 </body> 192 </body>
193 </html> 193 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698