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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 p { color: green; }
4 </style>
5 <script>
6 document.styleSheets[0].insertRule("p { color: red; } garbage", 1);
7 </script>
8 <p>This text should be green.</p>
OLDNEW
« 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