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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
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, Error : NoModificationAllowedError: DOM Exception 7 4 PASS: got an exception when trying to change a computed style declaration, NoMod ificationAllowedError: An attempt was made to modify an object where modificatio ns are not allowed.
5 5
6 PASS: got an exception when trying to change a computed style declaration via se tProperty, Error: NoModificationAllowedError: DOM Exception 7 6 PASS: got an exception when trying to change a computed style declaration via se tProperty, NoModificationAllowedError: An attempt was made to modify an object w here modifications are not allowed.
OLDNEW
« 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