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

Side by Side Diff: LayoutTests/svg/filters/feBlend-invalid-mode.xhtml

Issue 4133004: Merge 70652 - 2010-10-27 Justin Schuh <jschuh@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/svg/filters/feBlend-invalid-mode-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
1 <html> 1 <html>
2 <body> 2 <body>
3 <p>PASS: Invalid blend modes do not trigger a crash.</p> 3 <p>PASS: Invalid blend modes do not trigger a crash.</p>
4 <svg xmlns="http://www.w3.org/2000/svg"> 4 <svg xmlns="http://www.w3.org/2000/svg">
5 <defs> 5 <defs>
6 <filter id="filter"> 6 <filter id="filter">
7 <feBlend id="blend" /> 7 <feBlend id="blend" />
8 </filter> 8 </filter>
9 </defs> 9 </defs>
10 <rect filter="url(#filter)" width="10" height="10"/> 10 <rect filter="url(#filter)" width="10" height="10"/>
11 <script> 11 <script>
12 if (window.layoutTestController) 12 if (window.layoutTestController)
13 layoutTestController.dumpAsText(); 13 layoutTestController.dumpAsText();
14 document.getElementById('blend').mode.baseVal=-1; 14 document.getElementById('blend').mode.baseVal=-1;
15 </script> 15 </script>
16 </svg> 16 </svg>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/filters/feBlend-invalid-mode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698