aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/css.js')
-rw-r--r--test/unit/css.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/css.js b/test/unit/css.js
index 06de4acd9..47db2c8f3 100644
--- a/test/unit/css.js
+++ b/test/unit/css.js
@@ -1225,7 +1225,7 @@ test( "Do not throw on frame elements from css method (#15098)", 1, function() {
if ( transformName ) {
equal( elemStyle[ transformName ], transformVal, "setting properly-prefixed transform" );
}
- equal( elemStyle.undefined, undefined, "Nothing writes to node.style.undefined" );
+ equal( elemStyle[ "undefined" ], undefined, "Nothing writes to node.style.undefined" );
} );
test( "Don't detect fake set properties on a node when caching the prefixed version", function() {