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

Side by Side Diff: LayoutTests/inspector/elements/styles/styles-add-invalid-property-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 adding an invalid property retains its syntax.
2
3 Text
4 Before append:
5 [expanded]
6 element.style { ()
7 font-size: 12px;
8
9 [expanded]
10 div { (user agent stylesheet)
11 display: block;
12
13 After append:
14 [expanded]
15 element.style { ()
16 font-size: 12px;
17
18 [expanded]
19 div { (user agent stylesheet)
20 display: block;
21
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698