diff options
Diffstat (limited to 'layout/style/test/css_properties_like_longhand.js')
-rw-r--r-- | layout/style/test/css_properties_like_longhand.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/style/test/css_properties_like_longhand.js b/layout/style/test/css_properties_like_longhand.js new file mode 100644 index 000000000..60b8fd583 --- /dev/null +++ b/layout/style/test/css_properties_like_longhand.js @@ -0,0 +1,3 @@ +var gShorthandPropertiesLikeLonghand = [ + { name: "overflow", prop: "overflow"}, +]; |