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

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

Issue 1875293003: DevTools: split edit-dom-actions-shadow.html into two tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@edit-dom-actions.html
Patch Set: Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests that user can mutate author shadow DOM by means of elements panel.
2
3
4 Running: testSetUp
5
6 Running: testSetAuthorShadowDOMElementAttribute
7 ==== before ====
8 - <div id="testSetAuthorShadowDOMElementAttribute">
9 - #shadow-root (open)
10 <div foo="attribute value" id="shadow-node-to-set-attribute"></div>
11 </div>
12 ==== after ====
13 - <div id="testSetAuthorShadowDOMElementAttribute">
14 - #shadow-root (open)
15 <div id="shadow-node-to-set-attribute" bar="edited attribute"></div>
16 </div>
17
18 Running: testEditShadowDOMAsHTML
19 ==== before ====
20 - <div id="testEditAuthorShadowDOMAsHTML">
21 - #shadow-root (open)
22 <div id="authorShadowDOMElement"></div>
23 </div>
24 <div id="authorShadowDOMElement"></div>
25 ==== after ====
26 - <div id="testEditAuthorShadowDOMAsHTML">
27 - #shadow-root (open)
28 - <span foo="shadow-span">
29 <span id="inner-shadow-span">Shadow span contents</span>
30 </span>
31 </div>
32
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698