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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/inactive-properties-expected.txt

Issue 1599503002: DevTools: computed properties should copy-paste with delimeters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests 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 unified diff | Download patch
OLDNEW
1 Tests that effectively inactive properties are displayed correctly in the sideba r. 1 Tests that effectively inactive properties are displayed correctly in the sideba r.
2 2
3 Test 3 Test
4 display: block 4 display: block;
5 block - div user agent stylesheet 5 block - div user agent stylesheet
6 text-align: right 6 text-align: right;
7 right - #inspected inactive-properties.html:20 -> inactive-properties.html:2 0:1 7 right - #inspected inactive-properties.html:20 -> inactive-properties.html:2 0:1
8 OVERLOADED -webkit-left - element.style 8 OVERLOADED -webkit-left - element.style
9 [expanded] 9 [expanded]
10 element.style { () 10 element.style { ()
11 11
12 [expanded] 12 [expanded]
13 #inspected { (inactive-properties.html:20 -> inactive-properties.html:20:1) 13 #inspected { (inactive-properties.html:20 -> inactive-properties.html:20:1)
14 /-- overloaded --/ text-align: left; 14 /-- overloaded --/ text-align: left;
15 /-- overloaded --/ text-align: bar; 15 /-- overloaded --/ text-align: bar;
16 text-align: right; 16 text-align: right;
17 17
18 [expanded] 18 [expanded]
19 div[Attributes Style] { () 19 div[Attributes Style] { ()
20 /-- overloaded --/ text-align: -webkit-left; 20 /-- overloaded --/ text-align: -webkit-left;
21 21
22 [expanded] 22 [expanded]
23 div { (user agent stylesheet) 23 div { (user agent stylesheet)
24 display: block; 24 display: block;
25 25
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698