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

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

Issue 206503002: DevTools: Allow general editing of author shadow DOM elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/edit-dom-actions-shadow-expected.txt
diff --git a/LayoutTests/inspector/elements/edit-dom-actions-shadow-expected.txt b/LayoutTests/inspector/elements/edit-dom-actions-shadow-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..062ac885799d9e539b3a8b97f588b29bac3f56ef
--- /dev/null
+++ b/LayoutTests/inspector/elements/edit-dom-actions-shadow-expected.txt
@@ -0,0 +1,32 @@
+Tests that user can mutate author shadow DOM by means of elements panel.
+
+
+Running: testSetUp
+
+Running: testSetAuthorShadowDOMElementAttribute
+==== before ====
+- <div id="testSetAuthorShadowDOMElementAttribute">
+ - #shadow-root
+ <div foo="attribute value" id="shadow-node-to-set-attribute"></div>
+ </div>
+==== after ====
+- <div id="testSetAuthorShadowDOMElementAttribute">
+ - #shadow-root
+ <div id="shadow-node-to-set-attribute" bar="edited attribute"></div>
+ </div>
+
+Running: testEditShadowDOMAsHTML
+==== before ====
+- <div id="testEditAuthorShadowDOMAsHTML">
+ - #shadow-root
+ <div id="authorShadowDOMElement"></div>
+ </div>
+<div id="authorShadowDOMElement"></div>
+==== after ====
+- <div id="testEditAuthorShadowDOMAsHTML">
+ - #shadow-root
+ - <span foo="shadow-span">
+ <span id="inner-shadow-span">Shadow span contents</span>
+ </span>
+ </div>
+
« no previous file with comments | « LayoutTests/inspector/elements/edit-dom-actions-shadow.html ('k') | LayoutTests/inspector/elements/edit-dom-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698