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 |