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

Unified Diff: LayoutTests/svg/css/getComputedStyle-basic.xhtml

Issue 700843006: Don't require getPropertyCSSValue in svg 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/svg/css/getComputedStyle-basic.xhtml
diff --git a/LayoutTests/svg/css/getComputedStyle-basic.xhtml b/LayoutTests/svg/css/getComputedStyle-basic.xhtml
index 523912ba288927a57aad51b19f6f76a8954f2fcc..1385b448fc8dca560461fb3f07bebb5b5fea34e7 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic.xhtml
+++ b/LayoutTests/svg/css/getComputedStyle-basic.xhtml
@@ -26,9 +26,7 @@
if (!propertiesToTest[name])
continue;
var value = style.getPropertyValue(name);
- var cssValue = style.getPropertyCSSValue(name);
debugLog(elementId + ": style.getPropertyValue(" + name + ") : " + value);
- debugLog(elementId + ": style.getPropertyCSSValue(" + name + ") : " + cssValue);
}
}

Powered by Google App Engine
This is Rietveld 408576698