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

Side by Side Diff: LayoutTests/fast/css/invalid-font-family-in-font-face-crash.html

Issue 7033030: Merge 86500 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/invalid-font-family-in-font-face-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 Test passes if it does not crash. 2 Test passes if it does not crash.
3 <style> 3 <style>
4 @font-face { font-family: inherit; } 4 @font-face { font-family: inherit; }
5 5
6 @font-face { font-family: initial; } 6 @font-face { font-family: initial; }
7 </style> 7 </style>
8 <script> 8 <script>
9 if (window.layoutTestController) 9 if (window.layoutTestController)
10 layoutTestController.dumpAsText(); 10 layoutTestController.dumpAsText();
11 11
12 document.body.offsetTop; 12 document.body.offsetTop;
13 </script> 13 </script>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/invalid-font-family-in-font-face-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698