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

Unified Diff: LayoutTests/fast/css/fontface-properties-expected.txt

Issue 128043003: Improve core/css exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 11 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
« no previous file with comments | « LayoutTests/fast/css/fontface-properties.html ('k') | LayoutTests/fast/css/getFloatValueForUnit.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/fontface-properties-expected.txt
diff --git a/LayoutTests/fast/css/fontface-properties-expected.txt b/LayoutTests/fast/css/fontface-properties-expected.txt
index 6c57d1f5511cfbe7aaee851120ed23f2efb0e8b0..d357b8862b12a08ca0bc49379eef43d3a7e28210 100644
--- a/LayoutTests/fast/css/fontface-properties-expected.txt
+++ b/LayoutTests/fast/css/fontface-properties-expected.txt
@@ -32,12 +32,12 @@ PASS modifiedFace.unicodeRange is "U+0-3FF"
PASS modifiedFace.variant is "small-caps"
PASS modifiedFace.featureSettings is "'dlig' 1, 'liga' 0"
-PASS new FontFace('test', 'invalid_src', {}) threw exception SyntaxError: An invalid or illegal string was specified..
-PASS face.style = '' threw exception SyntaxError: An invalid or illegal string was specified..
-PASS face.weight = 'a' threw exception SyntaxError: An invalid or illegal string was specified..
-PASS face.unicodeRange = 'U+' threw exception SyntaxError: An invalid or illegal string was specified..
-PASS face.variant = '???' threw exception SyntaxError: An invalid or illegal string was specified..
-PASS face.featureSettings = null threw exception SyntaxError: An invalid or illegal string was specified..
+PASS new FontFace('test', 'invalid_src', {}) threw exception SyntaxError: Failed to construct 'FontFace': The source provided ('invalid_src') could not be parsed as a value list..
+PASS face.style = '' threw exception SyntaxError: Failed to set the 'style' property on 'FontFace': Failed to set '' as a property value..
+PASS face.weight = 'a' threw exception SyntaxError: Failed to set the 'weight' property on 'FontFace': Failed to set 'a' as a property value..
+PASS face.unicodeRange = 'U+' threw exception SyntaxError: Failed to set the 'unicodeRange' property on 'FontFace': Failed to set 'U+' as a property value..
+PASS face.variant = '???' threw exception SyntaxError: Failed to set the 'variant' property on 'FontFace': Failed to set '???' as a property value..
+PASS face.featureSettings = null threw exception SyntaxError: Failed to set the 'featureSettings' property on 'FontFace': Failed to set 'null' as a property value..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/fontface-properties.html ('k') | LayoutTests/fast/css/getFloatValueForUnit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698