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

Unified Diff: LayoutTests/fast/history/visited-generated-content-test.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/history/visited-generated-content-test.html
diff --git a/LayoutTests/fast/history/visited-generated-content-test.html b/LayoutTests/fast/history/visited-generated-content-test.html
index 9b1f77cf720518d40859590735fd1b3cc5725931..2ece16565c0fcb4e9256b0adbe99f571f13fd514 100644
--- a/LayoutTests/fast/history/visited-generated-content-test.html
+++ b/LayoutTests/fast/history/visited-generated-content-test.html
@@ -47,7 +47,6 @@
var sPropertyName = oStyleDeclaration.item(i);
var dxPropertyAttributes = {
'value': oStyleDeclaration.getPropertyValue(sPropertyName),
-// 'CSS value': oStyleDeclaration.getPropertyCSSValue(sPropertyName),
'priority': oStyleDeclaration.getPropertyPriority(sPropertyName)
};
dxStyleProperties[sPropertyName] = dxPropertyAttributes;
« no previous file with comments | « LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt ('k') | LayoutTests/fast/media/mq-js-update-media.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698