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

Side by Side Diff: LayoutTests/svg/dom/parent-view-layout-crash.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <style></style> 4 <style></style>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 8
9 function runTest() 9 function runTest()
10 { 10 {
11 document.styleSheets[0].insertRule("font {}", 0); 11 document.styleSheets[0].insertRule("font {}", 0);
12 } 12 }
13 </script> 13 </script>
14 <object data="resources/svg-font-face.svg"></object> 14 <object data="resources/svg-font-face.svg"></object>
15 <object style="content:counter(item)" data="resources/svg-font-face.svg" onload= "runTest()"></object> 15 <object style="content:counter(item)" data="resources/svg-font-face.svg" onload= "runTest()"></object>
16 </script> 16 </script>
17 </html> 17 </html>
18 18
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/xml-stylesheet.svg ('k') | LayoutTests/svg/dom/path-marker-removed-crash.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698