37423b363af6127c0921e744297d577370937c29e90a762a9a94d5ddeaa7f10fd852bab6e5b8bd6a9afcd280a5118df8cd011e68cae21389d78b984491a288 467 B

123456789101112131415
  1. {
  2. "name": "Conditional comments",
  3. "options": {},
  4. "html": "<!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]--><!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]-->",
  5. "expected": [
  6. {
  7. "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
  8. "type": "comment"
  9. },
  10. {
  11. "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
  12. "type": "comment"
  13. }
  14. ]
  15. }