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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html

Issue 2903413002: Restructure type tracking in StyleValues to work better with new numeric types (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/typedcssom/cssPerspective-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html b/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
index c10a520e2f3c960d89e37c4a592f80c1c01b363c..040fd88948698064f7f8c6c0af945fbc3dfe9928 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
@@ -11,7 +11,7 @@ test(function() {
test(function() {
var simpleLength = new CSSUnitValue(10, 'percent');
- assert_throws(null, function() { new CSSPerspective(simpleLength) });
+ assert_throws(new TypeError(), function() { new CSSPerspective(simpleLength) });
}, "Constructor should throw an error for CSSUnitValues with a percentage type");
test(function() {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/typedcssom/cssPerspective-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698