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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image.html

Issue 703793002: Remove some testing of getPropertyCSSValue in fast/css/getComputedStyle (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/css/getComputedStyle/getComputedStyle-border-image.html
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image.html
index c9ff2e8ccf93145408b8196168a9165a3b73e1a5..6470172070a82b02d910e0eee829565fdc49bc03 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image.html
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image.html
@@ -18,7 +18,6 @@
{
log(' ' + prop);
log(' getPropertyValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
- log(' getPropertyCSSValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
}
function test(id, val)

Powered by Google App Engine
This is Rietveld 408576698