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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt

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 Tests that forced element state is reflected in the DOM tree and Styles pane. 1 Tests that forced element state is reflected in the DOM tree and Styles pane.
2 2
3 Test text 3 Test text
4 4
5 DIV with :hover and :active 5 DIV with :hover and :active
6 [expanded] 6 [expanded]
7 element.style { () 7 element.style { ()
8 8
9 [expanded] 9 [expanded]
10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:1 2:1) 10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:1 2:1)
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 font-weight: normal; 93 font-weight: normal;
94 94
95 - <html> 95 - <html>
96 + <head>…</head> 96 + <head>…</head>
97 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> 97 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)">
98 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> 98 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
99 <div id="div">Test text</div> 99 <div id="div">Test text</div>
100 </body> 100 </body>
101 </html> 101 </html>
102 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698