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

Side by Side Diff: LayoutTests/svg/custom/insertItemBefore-from-non-list-origin.svg

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <text x="10" y="50">This test passed, if it doesn't crash in a debug build (fire s assertion).</text>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 }
7
8 var oFEConvolveMatrix = document.createElementNS("http://www.w3.org/2000/svg", " feConvolveMatrix");
9 document.createElementNS("http://www.w3.org/2000/svg", "altGlyph").x.baseVal.ins ertItemBefore(oFEConvolveMatrix.width.baseVal, 0);
10 </script>
11 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698