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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/keyframe-autoclose-brace-expected.txt

Issue 2795223002: Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE (Closed)
Patch Set: changes in ui/filemanager/ Created 3 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
OLDNEW
1 Tests parsing the @-webkit-keyframes rule without closing brace. "User agents mu st close all open constructs ... at the end of the style sheet." (http://www.w3. org/TR/CSS21/syndata.html#parsing-errors). So it must be parsed as if all braces are closed. 1 Tests parsing the @keyframes rule without closing brace. "User agents must close all open constructs ... at the end of the style sheet." (http://www.w3.org/TR/C SS21/syndata.html#parsing-errors). So it must be parsed as if all braces are clo sed.
2 PASS: keyframes rule has length 4 2 PASS: keyframes rule has length 4
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698