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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/pseudo-elements-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 pseudo elements and their styles are handled properly. 1 Tests that pseudo elements and their styles are handled properly.
2 2
3 3
4 Running: dumpOriginalTree 4 Running: dumpOriginalTree
5 Original elements tree: 5 Original elements tree:
6 - <div id="container"> 6 - <div id="container">
7 - <div id="inspected"> 7 - <div id="inspected">
8 ::before 8 ::before
9 "Text" 9 "Text"
10 ::after 10 ::after
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 Running: removeNodeAndCheckPseudoElementsUnbound 128 Running: removeNodeAndCheckPseudoElementsUnbound
129 - <div id="container"> 129 - <div id="container">
130 - <div id="empty"> 130 - <div id="empty">
131 ::before 131 ::before
132 ::after 132 ::after
133 </div> 133 </div>
134 </div> 134 </div>
135 inspected:before DOMNode in DOMAgent: false 135 inspected:before DOMNode in DOMAgent: false
136 inspected:after DOMNode in DOMAgent: false 136 inspected:after DOMNode in DOMAgent: false
137 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698