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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position-expected.txt

Issue 2297873004: DevTools: Add bezier swatches to CSS Sources (Closed)
Patch Set: Address further comments Created 4 years, 3 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
(Empty)
1 Tests that bezier swatches are updated properly in CSS Sources.
2
3 Initial swatch positions:
4 Line 1, Column 25: ease-in-out
5 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94)
6
7 Running: testEditBezier
8 Line 1, Column 25: linear
9 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94)
10
11 Running: testAddBezier
12 Line 1, Column 25: linear
13 Line 1, Column 55: cubic-bezier(0, 0.5, 1, 1)
14 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94)
15
16 Running: testInvalidateBezier
17 Line 1, Column 25: linear
18 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94)
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698