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

Unified Diff: LayoutTests/fast/css/getFloatValueForUnit-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/css/getFloatValueForUnit-expected.txt
diff --git a/LayoutTests/fast/css/getFloatValueForUnit-expected.txt b/LayoutTests/fast/css/getFloatValueForUnit-expected.txt
index 479bdc8e9b906d9a93cae49eac4d80ecb58a45b1..bda279a58e0545785aad1a0c5a82fc3e09b8dd64 100644
--- a/LayoutTests/fast/css/getFloatValueForUnit-expected.txt
+++ b/LayoutTests/fast/css/getFloatValueForUnit-expected.txt
@@ -17,21 +17,21 @@ PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_NUMBER)
PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_MS) is 200
PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_S) is 0.2
PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_NUMBER) is 200
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_MS) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_DEG) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_MS) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_DEG) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception Error: InvalidAccessError: DOM Exception 15.
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_MS) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_DEG) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_MS) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_DEG) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/getFloatValueForUnit.html ('k') | LayoutTests/fast/css/resources/CSSPrimitiveValue-exceptions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698