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

Unified Diff: LayoutTests/fast/css/getFloatValueForUnit.html

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/css/getFloatValueForUnit.html
diff --git a/LayoutTests/fast/css/getFloatValueForUnit.html b/LayoutTests/fast/css/getFloatValueForUnit.html
index bf0d361b1c042987ba38692e194354c4f3956b49..e5092f2207152e173f356026361e3d7be5d1ddf2 100644
--- a/LayoutTests/fast/css/getFloatValueForUnit.html
+++ b/LayoutTests/fast/css/getFloatValueForUnit.html
@@ -9,7 +9,7 @@
if (window.testRunner)
testRunner.dumpAsText();
-var invalidAccessError = "Error: InvalidAccessError: DOM Exception 15";
+var invalidAccessError = "InvalidAccessError: A parameter or an operation was not supported by the underlying object.";
description("Testing whether CSSPrimitiveValue.getFloatValue() converts units correctly.");
« no previous file with comments | « LayoutTests/fast/css/css3-nth-tokens-script-expected.txt ('k') | LayoutTests/fast/css/getFloatValueForUnit-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698