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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/force-pseudo-state.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 div:hover, a:hover { 4 div:hover, a:hover {
5 color: red; 5 color: red;
6 } 6 }
7 7
8 div:focus, a:focus { 8 div:focus, a:focus {
9 border: 1px solid green; 9 border: 1px solid green;
10 } 10 }
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 } 79 }
80 </script> 80 </script>
81 </head> 81 </head>
82 <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font- weight: normal; width: 85%; background-image: url(bar.png)"> 82 <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font- weight: normal; width: 85%; background-image: url(bar.png)">
83 <p> 83 <p>
84 Tests that forced element state is reflected in the DOM tree and Styles pane. 84 Tests that forced element state is reflected in the DOM tree and Styles pane.
85 </p> 85 </p>
86 <div id="div">Test text</div> 86 <div id="div">Test text</div>
87 </body> 87 </body>
88 </html> 88 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698