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

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

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698