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

Unified Diff: LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt

Issue 144853004: Don't use cached inherited props for distributed nodes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Allow sharing inherited properties if -webkit-user-modify is read-only. Created 6 years, 11 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/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt
diff --git a/LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt b/LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c716f9f43076e7144844953120d0e5c777117321
--- /dev/null
+++ b/LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt
@@ -0,0 +1,8 @@
+This test checks that contenteditable is propagated to distributed nodes.
+
+PASS getComputedStyle(shadowRoot.getElementsByTagName('span')[0], null).webkitUserModify is "read-only"
+PASS getComputedStyle(shadowRoot.getElementsByTagName('content')[0].getDistributedNodes()[0], null).webkitUserModify is "read-write"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698