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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-history-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
1 Tests resources panel history. 1 Tests resources panel history.
2 2
3 3
4 Running: testSetUp 4 Running: testSetUp
5 5
6 Running: testSetResourceContentMinor 6 Running: testSetResourceContentMinor
7 History length: 0 7 History length: 0
8 8
9 Running: testSetResourceContentMajor 9 Running: testSetResourceContentMajor
10 History length: 1 10 History length: 1
(...skipping 17 matching lines...) Expand all
28 body { 28 body {
29 margin: 20px; 29 margin: 20px;
30 padding: 10px; 30 padding: 10px;
31 } 31 }
32 Item 1: 32 Item 1:
33 body { 33 body {
34 margin:30px; 34 margin:30px;
35 padding: 10px; 35 padding: 10px;
36 } 36 }
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698