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

Unified Diff: LayoutTests/inspector/elements/styles/up-down-numerics-and-colors-expected.txt

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform Created 6 years, 2 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
Index: LayoutTests/inspector/elements/styles/up-down-numerics-and-colors-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors-expected.txt b/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors-expected.txt
index e119cf6ea866afe6321d153c7d2e383092c2b96d..97753422eca48639bb2bc2694869a30d3d6040d4 100644
--- a/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors-expected.txt
+++ b/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors-expected.txt
@@ -12,5 +12,5 @@ Running: testAlterNumber
opacity: 11.6;
Running: testAlterBigNumber
--webkit-transform: rotate(1000000000000000065537deg);
+transform: rotate(1000000000000000065537deg);

Powered by Google App Engine
This is Rietveld 408576698