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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Tests that property value being edited uses the user-specified color format. 1 Tests that property value being edited uses the user-specified color format.
2 2
3 inspected1 3 inspected1
4 inspected2 4 inspected2
5 5
6 Running: init 6 Running: init
7 7
8 Running: editKeywordAsOriginal 8 Running: editKeywordAsOriginal
9 1px solid red 9 1px solid red
10 10
(...skipping 14 matching lines...) Expand all
25 25
26 Running: editHexAsHSL 26 Running: editHexAsHSL
27 hsl(60, 100%, 97%) 27 hsl(60, 100%, 97%)
28 28
29 Running: editHexAsRGB 29 Running: editHexAsRGB
30 rgb(255, 255, 238) 30 rgb(255, 255, 238)
31 31
32 Running: editNewProperty 32 Running: editNewProperty
33 hsl(120, 100%, 25%) 33 hsl(120, 100%, 25%)
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698