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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/changes/changes-highlighter-expected.txt

Issue 2772643002: DevTools: Changes View (Closed)
Patch Set: fix test Created 3 years, 8 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
(Empty)
1 Tests that the changes view highlights diffs correctly.
2
3 - .will-be-deleted-but-will-show-modified-because-first-line {
4 - width: 10px;
5 - height: 10px;
6 - }
7 -
8 .stays-the-same {
9 font-size: 10px;
10 font-family: sans-serif;
11 }
12
13 - .will-be-modified {
14 - height: 100000%;
15 + .was-modified {
16 + width: 0%;
17 }
18
19 .stays-the-same2 {
20 font-size: 10px;
21 font-family: Arial, Helvetica, sans-serif;
22 }
23
24 + .was-added {
25 + color: #00F;
26 + color: #008;
27 + color: #000;
28 + }
29 +
30 .stays-the-same3 {
31 font-size: 15px;
32 font-family: Arial, Helvetica, sans-serif;
33 }
34
35 .will-lose-properties {
36 background: #000;
37 - background: #400;
38 - background: #800;
39 - background: #B00;
40 background: #F00;
41 }
42
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698