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

Unified Diff: LayoutTests/fast/reflections/reflection-computed-style.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/reflections/reflection-computed-style.html
diff --git a/LayoutTests/fast/reflections/reflection-computed-style.html b/LayoutTests/fast/reflections/reflection-computed-style.html
index e2507ac10dbc382815638ab9e7968c6ff61c32a4..efaa18bbc811f45a00492eb44039930f9c39372c 100644
--- a/LayoutTests/fast/reflections/reflection-computed-style.html
+++ b/LayoutTests/fast/reflections/reflection-computed-style.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)
« no previous file with comments | « LayoutTests/fast/media/mq-js-update-media.html ('k') | LayoutTests/fast/reflections/reflection-computed-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698