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

Side by Side Diff: LayoutTests/media/track/track-css-cue-pseudo-class.html

Issue 677943002: Clarify that there is no :cue or :cue(...) pseudo-class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test Created 6 years, 1 month 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 | « no previous file | Source/core/css/CSSSelector.cpp » ('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 <!DOCTYPE html>
2 <title>:cue pseudo-class is not supported and dropped during parsing</title>
rune 2014/10/29 10:32:46 Drop <title> and add as a description parameter to
philipj_slow 2014/10/29 10:36:06 With testharness.js, the test title is the <title>
3 <script src="../../resources/testharness.js"></script>
4 <script src="../../resources/testharnessreport.js"></script>
5 <style>
6 :cue { color: red; }
7 :cue(i) { color: red; }
8 </style>
9 <script>
10 test(function() {
11 assert_equals(document.styleSheets[0].rules.length, 0);
12 });
13 </script>
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698