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/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, 10 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
(Empty)
1 This test checks that contenteditable is propagated to distributed nodes.
2
3 PASS getComputedStyle(shadowRoot.getElementsByTagName('span')[0], null).webkitUs erModify is "read-only"
4 PASS getComputedStyle(shadowRoot.getElementsByTagName('content')[0].getDistribut edNodes()[0], null).webkitUserModify is "read-write"
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698