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

Side by Side Diff: LayoutTests/fast/css/webkit-keyframes-errors-expected.html

Issue 13871007: Add CSS parser recovery from errors while parsing @-webkit-keyframes key values. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added tests for out-of-range percentage key values Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/css/webkit-keyframes-errors.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <body>
3 <p>Test for Blink bug <a href="https://code.google.com/p/chromium/issues/det ail?id=228870">228870</a>: CSS parser incorrectly handles invalid @-webkit-keyfr ames key values</p>
4 <style>
5 #output-1:before {
6 content: "PASSED";
7 }
8
9 #output-2:before {
10 content: "PASSED";
11 }
12
13 #output-3:before {
14 content: "PASSED";
15 }
16
17 #output-4:before {
18 content: "PASSED";
19 }
20 </style>
21 <div id="output-1"> (INTEGER single key)</div>
22 <div id="output-2"> (INTEGER in a key list)</div>
23 <div id="output-3"> (unknown IDENT in a key list)</div>
24 <div id="output-4"> (out-of-range percentage key value in a key list)</div>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/webkit-keyframes-errors.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698