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

Unified Diff: LayoutTests/fast/masking/mask-serializing.html

Issue 15912003: Don't assert when serializing -mask property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/fast/masking/mask-serializing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/masking/mask-serializing.html
diff --git a/LayoutTests/fast/masking/mask-serializing.html b/LayoutTests/fast/masking/mask-serializing.html
new file mode 100644
index 0000000000000000000000000000000000000000..610e5354baa80c1d6ea486e5726228d586ce1242
--- /dev/null
+++ b/LayoutTests/fast/masking/mask-serializing.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ body {
+ -webkit-mask: none,repeat-x !important;
+ }
+ </style>
+ <script type="text/javascript">
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ function init()
+ {
+ document.styleSheets[0].rules[0].cssText;
+ }
+ </script>
+</head>
+<body onload="init()">
+ <p> This test should not assert when serializing the -webkit-mask property. </p>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/masking/mask-serializing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698