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

Side by Side Diff: LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt

Issue 692433003: Don't require getPropertyCSSValue in fast tests (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 Tests to ensure that a '-webkit-user-modify' CSS porperty is not inherited acros s shadow boundaries. 1 Tests to ensure that a '-webkit-user-modify' CSS property is not inherited acros s shadow boundaries.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita ble-host1"), null), userModifyPropertyName) is "read-only" 6 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita ble-host1"), null)) is "read-only"
7 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita ble-host2"), "false"), userModifyPropertyName) is "read-only" 7 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita ble-host2"), "false")) is "read-only"
8 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita ble-host3"), "true"), userModifyPropertyName) is "read-write" 8 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita ble-host3"), "true")) is "read-write"
9 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente ditable-host1"), null), userModifyPropertyName) is "read-only" 9 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente ditable-host1"), null)) is "read-only"
10 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente ditable-host2"), "false"), userModifyPropertyName) is "read-only" 10 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente ditable-host2"), "false")) is "read-only"
11 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente ditable-host3"), "true"), userModifyPropertyName) is "read-write" 11 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente ditable-host3"), "true")) is "read-write"
12 PASS getUserModifyProperty("child-a") is "read-write" 12 PASS getUserModifyProperty("child-a") is "read-write"
13 PASS getUserModifyProperty("child-b") is "read-write" 13 PASS getUserModifyProperty("child-b") is "read-write"
14 PASS getUserModifyProperty("child-c") is "read-only" 14 PASS getUserModifyProperty("child-c") is "read-only"
15 PASS getUserModifyProperty("child-d") is "read-only" 15 PASS getUserModifyProperty("child-d") is "read-only"
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/user-modify-inheritance.html ('k') | LayoutTests/fast/history/visited-generated-content-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698