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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets-expected.txt

Issue 1577723002: Devtools: Add editable keyframes to the styles sidebar pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets-expected.txt
index 68a8af3f2a3cc242484ce6f2ac4a196fb6834731..a61ab886ec469ad2d621a284bd653654582517c9 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets-expected.txt
@@ -2,7 +2,7 @@ Tests that proper data and start/end offset positions are reported for CSS keyfr
animName @[1:11-1:19]
-0%,20% @[2:4-2:13] {} @[2:15-5:4]
+0%, 20% @[2:4-2:13] {} @[2:15-5:4]
height:200px @[3:8-3:22]
color:red @[4:8-4:19]
100% @[6:4-6:6] {} @[6:8-8:4]
@@ -16,16 +16,16 @@ opacity:1 @[22:12-22:23]
styleSheetAnim @[4:11-4:25]
0% @[5:4-5:8] {} @[5:10-7:4]
-width:100px @[6:8-6:21]
+padding-left:100px @[6:8-6:28]
10% @[8:4-8:7] {} @[8:9-10:4]
-width:150px @[9:8-9:21]
+padding-left:150px @[9:8-9:28]
100% @[11:4-11:8] {} @[11:10-13:4]
-width:200px @[12:8-12:21]
+padding-left:200px @[12:8-12:28]
>> Modifying keyframe rule
animName @[1:11-1:19]
-0%,20% @[2:4-2:13] {} @[2:15-5:4]
+0%, 20% @[2:4-2:13] {} @[2:15-5:4]
height:200px @[3:8-3:22]
color:red @[4:8-4:19]
100% @[6:4-6:6] {} @[6:8-8:4]
@@ -39,9 +39,9 @@ opacity:1 @[20:12-20:23]
styleSheetAnim @[4:11-4:25]
0% @[5:4-5:8] {} @[5:10-7:4]
-width:100px @[6:8-6:21]
+padding-left:100px @[6:8-6:28]
10% @[8:4-8:7] {} @[8:9-10:4]
-width:150px @[9:8-9:21]
+padding-left:150px @[9:8-9:28]
100% @[11:4-11:8] {} @[11:10-13:4]
-width:200px @[12:8-12:21]
+padding-left:200px @[12:8-12:28]

Powered by Google App Engine
This is Rietveld 408576698