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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/computed-style-set-property-expected.txt
diff --git a/LayoutTests/fast/dom/computed-style-set-property-expected.txt b/LayoutTests/fast/dom/computed-style-set-property-expected.txt
index f65fe7b49ce85999ed5212173aa4404323294aa4..11ccc6b20811ca8c254b3f9dcf903c88212f350b 100644
--- a/LayoutTests/fast/dom/computed-style-set-property-expected.txt
+++ b/LayoutTests/fast/dom/computed-style-set-property-expected.txt
@@ -1,6 +1,6 @@
You should see two "PASS" messages below:
Computed style parent (should be null): null
-PASS: got an exception when trying to change a computed style declaration, NoModificationAllowedError: Failed to set the 'color' property on a computed 'CSSStyleDeclaration': computed styles are read-only.
+PASS: got an exception when trying to change a computed style declaration, NoModificationAllowedError: Failed to set the 'color' property on 'CSSStyleDeclaration': This object is computed, and therefore read-only.
PASS: got an exception when trying to change a computed style declaration via setProperty, NoModificationAllowedError: Failed to set the 'color' property on a computed 'CSSStyleDeclaration': computed styles are read-only.
« 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