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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html

Issue 1312023003: Make getComputedStyle(e).transform return correct values for non-transformable elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months 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 | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html
index 447edfe546420889e869ef9f3371f0ba31b18561..f7ccf51610c5eea6afbbdd3533240f90e911a275 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html
@@ -74,10 +74,6 @@
result = curTest.transform + ' expected <code>' + curTest.result + '</code>, got <code>' + computedTransform + '</code> : FAIL';
resultsBox.innerHTML += result + '<br>';
- if (computedSpanTransform !== 'none') {
- result = curTest.transform + ' applied to a non-box element: ' + ' expected <code>none</code> got <code>' + computedSpanTransform + '</code> : FAIL';
- resultsBox.innerHTML += result + '<br>';
- }
});
if (window.testRunner)
« no previous file with comments | « no previous file | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698