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

Side by Side Diff: LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt

Issue 1309403002: Show closed/open shadow root in inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectation for breadcrumb Created 5 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests that user can mutate author shadow DOM by means of elements panel. 1 Tests that user can mutate author shadow DOM by means of elements panel.
2 2
3 3
4 Running: testSetUp 4 Running: testSetUp
5 5
6 Running: testSetAuthorShadowDOMElementAttribute 6 Running: testSetAuthorShadowDOMElementAttribute
7 ==== before ==== 7 ==== before ====
8 - <div id="testSetAuthorShadowDOMElementAttribute"> 8 - <div id="testSetAuthorShadowDOMElementAttribute">
9 - #shadow-root 9 - #shadow-root (open)
10 <div foo="attribute value" id="shadow-node-to-set-attribute"></div> 10 <div foo="attribute value" id="shadow-node-to-set-attribute"></div>
11 </div> 11 </div>
12 ==== after ==== 12 ==== after ====
13 - <div id="testSetAuthorShadowDOMElementAttribute"> 13 - <div id="testSetAuthorShadowDOMElementAttribute">
14 - #shadow-root 14 - #shadow-root (open)
15 <div id="shadow-node-to-set-attribute" bar="edited attribute"></div> 15 <div id="shadow-node-to-set-attribute" bar="edited attribute"></div>
16 </div> 16 </div>
17 17
18 Running: testEditShadowDOMAsHTML 18 Running: testEditShadowDOMAsHTML
19 ==== before ==== 19 ==== before ====
20 - <div id="testEditAuthorShadowDOMAsHTML"> 20 - <div id="testEditAuthorShadowDOMAsHTML">
21 - #shadow-root 21 - #shadow-root (open)
22 <div id="authorShadowDOMElement"></div> 22 <div id="authorShadowDOMElement"></div>
23 </div> 23 </div>
24 <div id="authorShadowDOMElement"></div> 24 <div id="authorShadowDOMElement"></div>
25 ==== after ==== 25 ==== after ====
26 - <div id="testEditAuthorShadowDOMAsHTML"> 26 - <div id="testEditAuthorShadowDOMAsHTML">
27 - #shadow-root 27 - #shadow-root (open)
28 - <span foo="shadow-span"> 28 - <span foo="shadow-span">
29 <span id="inner-shadow-span">Shadow span contents</span> 29 <span id="inner-shadow-span">Shadow span contents</span>
30 </span> 30 </span>
31 </div> 31 </div>
32 32
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698