Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / computed-style-set-property-expected.txt
blob50dfbde0b9d6a3bc146a526ea6f8259276a7ca96
1 You should see two "PASS" messages below:
3 Computed style parent (should be null): null
4 PASS: got an exception when trying to change a computed style declaration, NoModificationAllowedError: Failed to set the 'color' property on 'CSSStyleDeclaration': These styles are computed, and therefore the 'color' property is read-only.
6 PASS: got an exception when trying to change a computed style declaration via setProperty, NoModificationAllowedError: Failed to execute 'setProperty' on 'CSSStyleDeclaration': These styles are computed, and therefore the 'color' property is read-only.