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

Side by Side Diff: LayoutTests/inspector/elements/styles/inactive-properties-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
(Empty)
1 Tests that effectively inactive properties are displayed correctly in the sideba r.
2
3 Test
4 display: block;
5 text-align: right;
6 [expanded]
7 element.style { ()
8
9 [expanded]
10 #inspected { (inactive-properties.html:20 -> inactive-properties.html:20:1)
11 /-- overloaded --/ text-align: left;
12 /-- overloaded --/ text-align: bar;
13 text-align: right;
14
15 [expanded]
16 div[Attributes Style] { ()
17 /-- overloaded --/ text-align: -webkit-left;
18
19 [expanded]
20 div { (user agent stylesheet)
21 display: block;
22
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698