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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests that numeric and color values are incremented/decremented correctly. 1 Tests that numeric and color values are incremented/decremented correctly.
2 2
3 Inspect Me 3 Inspect Me
4 4
5 5
6 Running: testInit 6 Running: testInit
7 7
8 Running: testAlterColor 8 Running: testAlterColor
9 color: #EE3; 9 color: #EE3;
10 10
11 Running: testAlterNumber 11 Running: testAlterNumber
12 opacity: 11.6; 12 opacity: 11.6;
13 13
14 Running: testAlterBigNumber 14 Running: testAlterBigNumber
15 -webkit-transform: rotate(1000000000000000065537deg); 15 transform: rotate(1000000000000000065537deg);
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698