Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. <!--
  2. -->
  3. url(foo);
  4. "foo)";
  5. "foo'";
  6. 'foo"';
  7. "foo\"";
  8. 'foo\'';
  9. url("foo)");
  10. url("foo'");
  11. url('foo"');
  12. url("foo\"");
  13. url('foo\'');
  14. .blah
  15. #foo
  16. /********/
  17. html {
  18.         color: green;
  19. }
  20. U+2022-2023
  21. U+??33-40fa
  22. U+x
  23. U+01234599
  24. U+??????-000012f
  25. 0.575
  26. .825
  27. 15
  28. 20%
  29. .05%
  30. 0.1%
  31. 0.%
  32. 5em
  33. .5em
  34. 0.4px
  35. .%
  36. \.moo\se {}
  37. bla\2022 f {}
  38. @import url('foo.css');
  39. @\hello;
  40. @.bad {}
  41. body { font-family: "Bitstream Vera Sans"; }
  42. body { font-family: "foo \
  43.         bar"; }
  44. /**
  45. */
  46. body { font-family: "unterminated string
  47. foo }
  48.  
  49. blah { baz: bat; foo: bar !important; }
  50.  
  51. foo { bar: ""; }{ color: green; }
  52.