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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-replace-range-expected.txt

Issue 172593003: DevTools: [CSS] Add CSS.editRangeInStyleSheetText() to the protocol (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 ==== Initial style sheet text ====
2
3 div {
4 color: red;
5 }
6
7
8 ==== Changed style sheet text ====
9 * { border: 1px }
10 p, span:hover {
11 background-color: blue;
12 font-size: 12px;
13 }
14 * { box-sizing: border-box; }
15
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698