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

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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
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 11ccc6b20811ca8c254b3f9dcf903c88212f350b..50dfbde0b9d6a3bc146a526ea6f8259276a7ca96 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 'CSSStyleDeclaration': This object is computed, and therefore read-only.
+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.
-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.
+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.
« no previous file with comments | « LayoutTests/fast/dom/Window/atob-btoa-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