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

Unified Diff: LayoutTests/fast/css/border-image-fill-crash.html

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/fast/css/border-image-fill-crash.html
diff --git a/LayoutTests/fast/css/border-image-fill-crash.html b/LayoutTests/fast/css/border-image-fill-crash.html
index fe42da451b66219be83a2075547cfd258697b5b9..88f26b311d164a8e035f7adcfed082bcf3238c05 100644
--- a/LayoutTests/fast/css/border-image-fill-crash.html
+++ b/LayoutTests/fast/css/border-image-fill-crash.html
@@ -1,8 +1,10 @@
-<style>
-* { border-image: fill; }
-</style>
-This test passes if it does not CRASH.
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
+<style>
+div {
+var-a: var(b) &#0;
+}
+</style>
+This test is successful if it does not crash.
« no previous file with comments | « no previous file | LayoutTests/fast/css/css-set-selector-text-crash.html » ('j') | Source/core/css/parser/CSSTokenizer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698