Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / parse-declaration-unterminated-comment-expected.txt
1 Tests that CSSParser correctly parses declarations with unterminated comments.
2
3 [expanded] 
4 element.style  { ()
5 color: red /* foo: bar;
6
7 [expanded] 
8 div  { (user agent stylesheet)
9 display: block;
10
11
12 [expanded] 
13 element.style  { ()
14 color: green;
15
16 [expanded] 
17 div  { (user agent stylesheet)
18 display: block;
19
20
21