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

Side by Side Diff: LayoutTests/svg/custom/title-assertion.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script src="../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <svg> 4 <svg>
5 <title>title</title> 5 <title>title</title>
6 </svg> 6 </svg>
7 <script> 7 <script>
8 document.title = 'New title'; 8 document.title = 'New title';
9 description('We had a bug that updating document.title caused an assertion failu re.'); 9 description('We had a bug that updating document.title caused an assertion failu re.');
10 testPassed('if any assertion does not fail.'); 10 testPassed('if any assertion does not fail.');
11 </script> 11 </script>
12 </html> 12 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-xml-dom-sync.html ('k') | LayoutTests/svg/custom/use-instanceRoot-event-bubbling.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698