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

Unified Diff: LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html

Issue 751593002: Removed add/removeScopedStyleResolver from StyleEngine (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html
diff --git a/LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html b/LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..47143e7420748d3cd02baf1791c61bc76ee16f16
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html
@@ -0,0 +1,9 @@
+<marquee>a</marquee>
+<input>
+<input>
+<link>
+<script>
+document.designMode="on";
+document.execCommand("SelectAll");
+document.execCommand("Bold", false);
+<script>

Powered by Google App Engine
This is Rietveld 408576698