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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/color-swatch-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 The patch verifies that color swatch functions properly in matched and computed styles. crbug.com/461363 1 The patch verifies that color swatch functions properly in matched and computed styles. crbug.com/461363
2 2
3 Inspected div 3 Inspected div
4 4
5 Running: selectNode 5 Running: selectNode
6 6
7 Running: testColorSwatchInMatchRules 7 Running: testColorSwatchInMatchRules
8 Initial color value: red 8 Initial color value: red
9 After shift-click: rgb(255, 0, 0) 9 After shift-click: rgb(255, 0, 0)
10 Has popover before click: false 10 Has popover before click: false
11 Has popover after click: true 11 Has popover after click: true
12 12
13 Running: testColorSwatchInComputedRules 13 Running: testColorSwatchInComputedRules
14 Initial color value: rgb(255, 0, 0) 14 Initial color value: rgb(255, 0, 0)
15 After shift-click color value: hsl(0, 100%, 50%) 15 After shift-click color value: hsl(0, 100%, 50%)
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698