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

Unified Diff: LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt

Issue 171413006: Auto-rebaseline for r167331 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/dom/setPrimitiveValue-exceptions-expected.txt
diff --git a/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt b/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt
index c9280839b8de1f0b338b2bcf523805ef74c5b02c..6ce8b79c0ecbf475a991c1968a8a505d61298762 100644
--- a/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt
+++ b/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt
@@ -48,17 +48,17 @@ PASS left.getRGBColorValue() threw exception InvalidAccessError: Failed to execu
PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
-FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot call method 'getStringValue' of undefined
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, "G'day!") threw exception TypeError: Cannot call method 'setStringValue' of undefined.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, "G'day!") threw exception TypeError: Cannot call method 'setStringValue' of undefined.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
-PASS fontFamily.getFloatValue() threw exception TypeError: Cannot call method 'getFloatValue' of undefined.
-PASS fontFamily.getCounterValue() threw exception TypeError: Cannot call method 'getCounterValue' of undefined.
-PASS fontFamily.getRectValue() threw exception TypeError: Cannot call method 'getRectValue' of undefined.
-PASS fontFamily.getRGBColorValue() threw exception TypeError: Cannot call method 'getRGBColorValue' of undefined.
-FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot call method 'getStringValue' of undefined
+FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot read property 'getStringValue' of undefined
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception TypeError: Cannot read property 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, "G'day!") threw exception TypeError: Cannot read property 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception TypeError: Cannot read property 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, "G'day!") threw exception TypeError: Cannot read property 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception TypeError: Cannot read property 'setStringValue' of undefined.
+PASS fontFamily.getFloatValue() threw exception TypeError: Cannot read property 'getFloatValue' of undefined.
+PASS fontFamily.getCounterValue() threw exception TypeError: Cannot read property 'getCounterValue' of undefined.
+PASS fontFamily.getRectValue() threw exception TypeError: Cannot read property 'getRectValue' of undefined.
+PASS fontFamily.getRGBColorValue() threw exception TypeError: Cannot read property 'getRGBColorValue' of undefined.
+FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot read property 'getStringValue' of undefined
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt ('k') | LayoutTests/fast/events/window-onerror-12-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698