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

Side by Side Diff: LayoutTests/editing/shadow/contenteditable-propagation-at-shadow-boundary-expected.txt

Issue 703323002: Continue removing testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
1 This test checks that content-editable is not propagated from shadow host to a s hadow subtree. 1 This test checks that content-editable is not propagated from shadow host to a s hadow subtree.
2 2
3 This p is required to produce the issue. 3 This p is required to produce the issue.
4 4
5 This div and parent div are required to produce the issue. 5 This div and parent div are required to produce the issue.
6 PASS computedStyle(nodeInShadowRoot1, userModifyPropertyName) is "read-only" 6 PASS getComputedStyle(nodeInShadowRoot1).webkitUserModify is "read-only"
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698