repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
elements
/
styles-4
/
styles-history-expected.txt
blob
5db7f5805fe087aec2af5a19903eb4b703cb7cfb
1
Tests resources panel history.
2
3
4
Running: testSetUp
5
6
Running: testSetResourceContentMinor
7
History length: 0
8
9
Running: testSetResourceContentMajor
10
History length: 1
11
Item 0:
12
body {
13
margin: 20px;
14
padding: 10px;
15
}
16
17
Running: testSetContentViaModelMinor
18
History length: 1
19
Item 0:
20
body {
21
margin: 20px;
22
padding: 10px;
23
}
24
25
Running: testSetContentViaModelMajor
26
History length: 2
27
Item 0:
28
body {
29
margin: 20px;
30
padding: 10px;
31
}
32
Item 1:
33
body {
34
margin:30px;
35
padding: 10px;
36
}
37