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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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
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 63ad75a35f6bf931c026c59bf0eda6cc86f485b8..b0d08000f5d49c1d5997c7596fc560fd046f926c 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, Error: NoModificationAllowedError: DOM Exception 7
+PASS: got an exception when trying to change a computed style declaration, NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
-PASS: got an exception when trying to change a computed style declaration via setProperty, Error: NoModificationAllowedError: DOM Exception 7
+PASS: got an exception when trying to change a computed style declaration via setProperty, NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
« no previous file with comments | « LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt ('k') | LayoutTests/fast/dom/css-mediarule-functions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698