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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-update-from-js-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 changes to an inline style and ancestor/sibling className from JavaSc ript are reflected in the Styles pane and Elements tree. 1 Tests that changes to an inline style and ancestor/sibling className from JavaSc ript are reflected in the Styles pane and Elements tree.
2 2
3 3
4 Running: testInit 4 Running: testInit
5 5
6 Running: testSetStyleAttribute 6 Running: testSetStyleAttribute
7 <div id="container" style="color: #daC0DE; border: 1px solid black;">…</div> 7 <div id="container" style="color: #daC0DE; border: 1px solid black;">…</div>
8 [expanded] 8 [expanded]
9 element.style { () 9 element.style { ()
10 color: #daC0DE; 10 color: #daC0DE;
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 [expanded] 93 [expanded]
94 div { (user agent stylesheet) 94 div { (user agent stylesheet)
95 display: block; 95 display: block;
96 96
97 ======== Inherited from div#container.red ======== 97 ======== Inherited from div#container.red ========
98 [expanded] 98 [expanded]
99 Style Attribute { () 99 Style Attribute { ()
100 color: rgb(192, 255, 238); 100 color: rgb(192, 255, 238);
101 101
102 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698