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

Unified Diff: LayoutTests/fast/css/CSSPrimitiveValue-exceptions-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/CSSPrimitiveValue-exceptions-expected.txt
diff --git a/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt b/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt
index 801fb97ed329c44c532c0befa03f3e08cc3ecce6..dc948fe1abe0b394e23ca0d1187223a9afadd5f6 100644
--- a/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt
+++ b/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt
@@ -3,24 +3,24 @@ This tests that the methods on CSSPrimitiveValue throw exceptions
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_S) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_RAD) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_DEG) threw exception Error: InvalidAccessError: DOM Exception 15.
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_S) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_RAD) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_DEG) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
PASS div.style.getPropertyCSSValue('clip').primitiveType is CSSPrimitiveValue.CSS_RECT
-PASS div.style.getPropertyCSSValue('clip').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('clip').getStringValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('clip').getCounterValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('clip').getRGBColorValue() threw exception Error: InvalidAccessError: DOM Exception 15.
+PASS div.style.getPropertyCSSValue('clip').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('clip').getStringValue() threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('clip').getCounterValue() threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('clip').getRGBColorValue() threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
PASS div.style.getPropertyCSSValue('color').primitiveType is CSSPrimitiveValue.CSS_RGBCOLOR
-PASS div.style.getPropertyCSSValue('color').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('color').getStringValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('color').getCounterValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('color').getRectValue() threw exception Error: InvalidAccessError: DOM Exception 15.
+PASS div.style.getPropertyCSSValue('color').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('color').getStringValue() threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('color').getCounterValue() threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS div.style.getPropertyCSSValue('color').getRectValue() 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/canvas/webgl/data-view-test-expected.txt ('k') | LayoutTests/fast/css/css3-nth-tokens-script.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698