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

Unified Diff: LayoutTests/svg/css/marker-crash.html

Issue 339713008: Treat marker like a real shorthand for initial and inherit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Shorthand change Created 6 years, 2 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 | LayoutTests/svg/css/marker-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/css/marker-crash.html
diff --git a/LayoutTests/svg/css/marker-crash.html b/LayoutTests/svg/css/marker-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..234deb8b0a432bf5515dd5fb81ec8ce41745d686
--- /dev/null
+++ b/LayoutTests/svg/css/marker-crash.html
@@ -0,0 +1,7 @@
+This test passes if it does not crash.
+<div style="marker: initial"></div>
+<div style="marker: inherit"></div>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
« no previous file with comments | « no previous file | LayoutTests/svg/css/marker-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698