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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/loader/font-face-empty.html

Issue 1933343002: Do not accept CSS identifiers for format() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 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
OLDNEW
1 <style> 1 <style>
2 @font-face { 2 @font-face {
3 font-family: TestFont; 3 font-family: TestFont;
4 src: url(data:application/x-truetype-font,) format(truetype); 4 src: url(data:application/x-truetype-font,) format("truetype");
5 } 5 }
6 </style> 6 </style>
7 <script> 7 <script>
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 </script> 10 </script>
11 <p>This is a test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16996">Bug 16996: Crash in 11 <p>This is a test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16996">Bug 16996: Crash in
12 createFontCustomPlatformData when loading 0-byte font via @font-face</a>.</p> 12 createFontCustomPlatformData when loading 0-byte font via @font-face</a>.</p>
13 <p style="font-family: TestFont">`1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./ ~!@#$%^&amp;*()_+QWERYUIOP{}|ASDFGHJKL:"ZXCVBNM&lt;&gt;?</p> 13 <p style="font-family: TestFont">`1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./ ~!@#$%^&amp;*()_+QWERYUIOP{}|ASDFGHJKL:"ZXCVBNM&lt;&gt;?</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698