Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-4 / styles-history-expected.txt
blob5db7f5805fe087aec2af5a19903eb4b703cb7cfb
1 Tests resources panel history.
4 Running: testSetUp
6 Running: testSetResourceContentMinor
7 History length: 0
9 Running: testSetResourceContentMajor
10 History length: 1
11 Item 0:
12 body {
13   margin: 20px;
14   padding: 10px;
17 Running: testSetContentViaModelMinor
18 History length: 1
19 Item 0:
20 body {
21   margin: 20px;
22   padding: 10px;
25 Running: testSetContentViaModelMajor
26 History length: 2
27 Item 0:
28 body {
29   margin: 20px;
30   padding: 10px;
32 Item 1:
33 body {
34   margin:30px;
35   padding: 10px;