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

Unified Diff: LayoutTests/fast/dom/css-element-attribute-js-null.html

Issue 692433003: Don't require getPropertyCSSValue in fast tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
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: [

Powered by Google App Engine
This is Rietveld 408576698