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

Unified Diff: LayoutTests/fast/dom/HTMLElement/set-invalid-value-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/HTMLElement/set-invalid-value-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt b/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt
index e1a2acb35381acf56946703ec01b906f11b8a639..2f393a3801aa328de84cf2ef401ddc538cc0dbbc 100644
--- a/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt
+++ b/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt
@@ -3,12 +3,12 @@ When contentEditable is set to invalid string, SYNTAX_ERR exception (code: 12) m
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.getElementById('div').contentEditable = 'abc' threw exception Error: SyntaxError: DOM Exception 12.
+PASS document.getElementById('div').contentEditable = 'abc' threw exception SyntaxError: An invalid or illegal string was specified..
PASS document.getElementById("div").getAttribute("contentEditable") is "true"
PASS document.getElementById("div").contentEditable is "true"
PASS document.getElementById("div").isContentEditable is true
PASS window.getComputedStyle(div, "").getPropertyValue("-webkit-user-modify") is "read-write"
-PASS document.getElementById('div').contentEditable = '' threw exception Error: SyntaxError: DOM Exception 12.
+PASS document.getElementById('div').contentEditable = '' threw exception SyntaxError: An invalid or illegal string was specified..
PASS document.getElementById("div").getAttribute("contentEditable") is "true"
PASS document.getElementById("div").contentEditable is "true"
PASS document.getElementById("div").isContentEditable is true

Powered by Google App Engine
This is Rietveld 408576698