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

Side by Side Diff: LayoutTests/inspector/elements/styles/internal-properties-text-expected.txt

Issue 457633002: Remove left-overs from -webkit-marquee-speed removal. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't use time for speed. Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/core/css/CSSProperties.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests that querying -internal-* presentation attribute from the inspector works as expected. 1 Tests that querying -internal-* presentation attribute from the inspector works as expected.
2 2
3 Inspect Me 3 Inspect Me
4 === Rules for <marquee> === 4 === Rules for <marquee> ===
5 [expanded] 5 [expanded]
6 element.style { () 6 element.style { ()
7 7
8 [expanded] 8 [expanded]
9 marquee[Attributes Style] { () 9 marquee[Attributes Style] { ()
10 -internal-marquee-increment: 1px; 10 -internal-marquee-increment: 1px;
11 -internal-marquee-speed: 50ms; 11 -internal-marquee-speed: 50;
12 -internal-marquee-direction: up; 12 -internal-marquee-direction: up;
13 13
14 14
15 15
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698