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

Side by Side Diff: LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt

Issue 17129003: Auto-closing at unexpected EOF for all entry points. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Patch Set 2 onto master Created 7 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
OLDNEW
1 Test at-rule parsing for @-webkit-filter. 1 Test at-rule parsing for @-webkit-filter.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 ======================================== 7 ========================================
8 Filter at-rule symbol tests. 8 Filter at-rule symbol tests.
9 ======================================== 9 ========================================
10 10
(...skipping 27 matching lines...) Expand all
38 38
39 Missing rule body. 39 Missing rule body.
40 @-webkit-filter my-filter 40 @-webkit-filter my-filter
41 PASS insertRuleException instanceof DOMException is true 41 PASS insertRuleException instanceof DOMException is true
42 PASS insertRuleException.code is DOMException.SYNTAX_ERR 42 PASS insertRuleException.code is DOMException.SYNTAX_ERR
43 43
44 Missing opening brace. 44 Missing opening brace.
45 @-webkit-filter my-filter } 45 @-webkit-filter my-filter }
46 PASS insertRuleException instanceof DOMException is true 46 PASS insertRuleException instanceof DOMException is true
47 PASS insertRuleException.code is DOMException.SYNTAX_ERR 47 PASS insertRuleException.code is DOMException.SYNTAX_ERR
48
49 Missing closing brace.
50 @-webkit-filter my-filter {
51 PASS insertRuleException instanceof DOMException is true
52 PASS insertRuleException.code is DOMException.SYNTAX_ERR
53 PASS successfullyParsed is true 48 PASS successfullyParsed is true
54 49
55 TEST COMPLETE 50 TEST COMPLETE
56 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698