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

Unified Diff: LayoutTests/cssom/insertrule-syntax-error-01.html

Issue 17129003: Auto-closing at unexpected EOF for all entry points. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Patch Set 2 onto master Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/cssom/insertrule-syntax-error-01.html
diff --git a/LayoutTests/cssom/insertrule-syntax-error-01.html b/LayoutTests/cssom/insertrule-syntax-error-01.html
new file mode 100644
index 0000000000000000000000000000000000000000..83d592ee157271c82d014ce59eae647e053c3f8d
--- /dev/null
+++ b/LayoutTests/cssom/insertrule-syntax-error-01.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+p { color: green; }
+</style>
+<script>
+document.styleSheets[0].insertRule("p { color: red; } garbage", 1);
+</script>
+<p>This text should be green.</p>
« no previous file with comments | « LayoutTests/css3/supports-cssom-expected.txt ('k') | LayoutTests/cssom/insertrule-syntax-error-01-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698