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

Unified Diff: LayoutTests/fast/css/inputtext-crash.html

Issue 218403012: Check for null selectors when looping in findBestRuleSetAndAdd (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/core/css/CSSSelector.h » ('j') | Source/core/css/RuleSet.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/inputtext-crash.html
diff --git a/LayoutTests/fast/css/inputtext-crash.html b/LayoutTests/fast/css/inputtext-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..5a5f46dfb32957bab843c272deb5d50f21f46811
--- /dev/null
+++ b/LayoutTests/fast/css/inputtext-crash.html
@@ -0,0 +1,4 @@
+<style>
ojan 2014/04/01 21:20:50 Nit: add doctype. We default to running all tests
chrishtr 2014/04/01 21:27:58 Done.
+ inputtext::content:focus { }
+</style>
+// This test passes if it doesn't crash.
« no previous file with comments | « no previous file | Source/core/css/CSSSelector.h » ('j') | Source/core/css/RuleSet.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698