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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/viewport-container-crash.svg

Issue 2295653002: Use window.testRunner in if-clause (Closed)
Patch Set: a Created 4 years, 3 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
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <text>PASS</text> 2 <text>PASS</text>
3 <defs> 3 <defs>
4 <pattern id="Pattern" width="20" height="20"> 4 <pattern id="Pattern" width="20" height="20">
5 <svg></svg> 5 <svg></svg>
6 </pattern> 6 </pattern>
7 </defs> 7 </defs>
8 <rect width="430" height="80" fill="url(#Pattern)"/> 8 <rect width="430" height="80" fill="url(#Pattern)"/>
9 <script> 9 <script>
10 if (testRunner) 10 if (window.testRunner)
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 </script> 12 </script>
13 </svg> 13 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698