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

Side by Side Diff: LayoutTests/fast/dom/computed-style-set-property-expected.txt

Issue 88063003: Switch CSSStyleDeclaration's property setter to new-style ExceptionState. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years 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
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 You should see two "PASS" messages below: 1 You should see two "PASS" messages below:
2 2
3 Computed style parent (should be null): null 3 Computed style parent (should be null): null
4 PASS: got an exception when trying to change a computed style declaration, NoMod ificationAllowedError: Failed to set the 'color' property on a computed 'CSSStyl eDeclaration': computed styles are read-only. 4 PASS: got an exception when trying to change a computed style declaration, NoMod ificationAllowedError: Failed to set the 'color' property on 'CSSStyleDeclaratio n': This object is computed, and therefore read-only.
5 5
6 PASS: got an exception when trying to change a computed style declaration via se tProperty, NoModificationAllowedError: Failed to set the 'color' property on a c omputed 'CSSStyleDeclaration': computed styles are read-only. 6 PASS: got an exception when trying to change a computed style declaration via se tProperty, NoModificationAllowedError: Failed to set the 'color' property on a c omputed 'CSSStyleDeclaration': computed styles are read-only.
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698