Back to Chromium

Nested Cached Scripts And Stylesheet

third_party/blink/web_tests/fast/tokenizer/nested-cached-scripts-and-stylesheet.html

149.0.7827.2271 B
Original Source

Test that the tokenizer handles a case where:

  • An external script is loaded to the cache.
  • Another external script
    • triggers a stylesheet load by adding a link element.
    • document.writes a script tag that references the first script.

This should not crash.