| Index: LayoutTests/fast/dom/css-element-attribute-js-null.html
|
| diff --git a/LayoutTests/fast/dom/css-element-attribute-js-null.html b/LayoutTests/fast/dom/css-element-attribute-js-null.html
|
| index becc945b0d5a8dd8c85357b58163e14f037a7245..d5e0c64c77c09f7f60b7d90914bb38d7e19a5087 100644
|
| --- a/LayoutTests/fast/dom/css-element-attribute-js-null.html
|
| +++ b/LayoutTests/fast/dom/css-element-attribute-js-null.html
|
| @@ -60,7 +60,6 @@
|
| var pageRule = rules[3];
|
| var charsetRule = document.styleSheets[2].cssRules[0];
|
| var style = rule.style;
|
| - var value = style.getPropertyCSSValue('color');
|
| var mediaList = mediaRule.media;
|
|
|
| var listing = [
|
| @@ -109,15 +108,6 @@
|
| ]
|
| },
|
| {
|
| - type: 'CSSValue',
|
| - elementToUse: value,
|
| - attributes: [
|
| - // for now, setting cssText does not doing anything. When it gets implemented, the expectedNull
|
| - // should become the empty string.
|
| - {name: 'cssText', expectedNull: 'black'}
|
| - ]
|
| - },
|
| - {
|
| type: 'MediaList',
|
| elementToUse: mediaList,
|
| attributes: [
|
|
|