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 |