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

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

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 8 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
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.testRunner) 12 if (window.testRunner)
13 testRunner.dumpAsText(); 13 testRunner.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 | « LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html ('k') | LayoutTests/svg/filters/filter-on-tspan.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698