Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / css / css-set-property-text-inline-expected.txt
1 Some red text goes here
2 ==== Initial style sheet text ====
3 color: red; border: 0px;
4
5 Running test: testEditProperty
6 ==== Style sheet text ====
7 content: 'EDITED PROPERTY'; border: 0px;
8
9 Running test: testBreakingCommentEditProperty
10 Expected protocol error: SyntaxError The property '/*<--OPENED COMMENT' could not be set.
11
12 Running test: testInsertFirstProperty
13 ==== Style sheet text ====
14 content: 'INSERTED PROPERTY';color: red; border: 0px;
15
16 Running test: testInsertMultipleProperties
17 ==== Style sheet text ====
18 color: red; content: 'INSERTED #1';content: 'INSERTED #2';border: 0px;
19
20 Running test: testInsertLastProperty
21 ==== Style sheet text ====
22 color: red; border: 0px;content: 'INSERTED PROPERTY';
23