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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/masking/mask-serializing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 -webkit-mask: none,repeat-x !important;
7 }
8 </style>
9 <script type="text/javascript">
10 if (window.testRunner)
11 testRunner.dumpAsText();
12
13 function init()
14 {
15 document.styleSheets[0].rules[0].cssText;
16 }
17 </script>
18 </head>
19 <body onload="init()">
20 <p> This test should not assert when serializing the -webkit-mask property. </p>
21 </body>
22 </html>
OLDNEW
« 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