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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/selector-source-data-expected.txt

Issue 2249653002: border-foo WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V9 Created 4 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
OLDNEW
1 Tests that WebInspector.CSSStyleSheet methods work as expected. 1 Tests that WebInspector.CSSStyleSheet methods work as expected.
2 2
3 Inspect Me 3 Inspect Me
4 4
5 h1: [user-agent] { 5 h1: [user-agent] {
6 ['display':'block'] @[undefined-undefined] 6 ['display':'block'] @[undefined-undefined]
7 ['font-size':'2em'] @[undefined-undefined] 7 ['font-size':'2em'] @[undefined-undefined]
8 ['-webkit-margin-before':'0.67em'] @[undefined-undefined] 8 ['-webkit-margin-before':'0.67em'] @[undefined-undefined]
9 ['-webkit-margin-after':'0.67em'] @[undefined-undefined] 9 ['-webkit-margin-after':'0.67em'] @[undefined-undefined]
10 ['-webkit-margin-start':'0px'] @[undefined-undefined] 10 ['-webkit-margin-start':'0px'] @[undefined-undefined]
11 ['-webkit-margin-end':'0px'] @[undefined-undefined] 11 ['-webkit-margin-end':'0px'] @[undefined-undefined]
12 ['font-weight':'bold'] @[undefined-undefined] 12 ['font-weight':'bold'] @[undefined-undefined]
13 } 13 }
14 html #inspected.bar, b: [regular, 2:25-3:25; 4:10-5:10] { 14 html #inspected.bar, b: [regular, 2:25-3:25; 4:10-5:10] {
15 ['text-decoration':'none'] @[6:4-6:26] 15 ['text-decoration':'none'] @[6:4-6:26]
16 ['text-decoration-line':'none'] @[undefined-undefined] 16 ['text-decoration-line':'none'] @[undefined-undefined]
17 ['text-decoration-style':'initial'] @[undefined-undefined] 17 ['text-decoration-style':'solid'] @[undefined-undefined]
18 ['text-decoration-color':'initial'] @[undefined-undefined] 18 ['text-decoration-color':'currentcolor'] @[undefined-undefined]
19 } 19 }
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698