Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <svg> | |
| 3 <use href="resources/linkingCircle-f.svg#circle-1"> | |
| 4 <script> | |
|
pdr.
2016/07/22 01:41:53
Nit: Can you move the script out of the use? I che
| |
| 5 if (window.testRunner) | |
| 6 testRunner.dumpAsText(); | |
| 7 var baseElement = document.createElement("base"); | |
| 8 baseElement.setAttribute("href", "http://www.example.com/"); | |
| 9 document.head.appendChild(baseElement); | |
| 10 </script> | |
| 11 </use> | |
| 12 </svg> | |
| 13 <p>PASS if no assert in debug</p> | |
| OLD | NEW |