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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.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
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
index 21d3cacfb0591168ba01a5df2570e3c135c7a5ef..ad16e5f02cd14d0bbf10581fa343ddfd31439c5f 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
@@ -17,7 +17,6 @@
{
log(' ' + prop);
log(' getPropertyValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
- log(' getPropertyCSSValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
}
function test(id, single, pair)
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698