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

Side by Side Diff: LayoutTests/http/tests/webfont/webfont-cors-expected.html

Issue 1250793008: Webfont fetch should be CORS-enabled even for same-origin URL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 | « LayoutTests/http/tests/webfont/webfont-cors.html ('k') | Source/core/css/CSSFontFaceSrcValue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="/js-test-resources/ahem.js"></script> 2 <script src="/js-test-resources/ahem.js"></script>
3 <div style="font-family: Ahem;"> 3 <div style="font-family: Ahem;">
4 This text should be rendered with ahem font. 4 This text should be rendered with ahem font.
5 </div> 5 </div>
6 <div> 6 <div>
7 This text should NOT be rendered with ahem font. 7 This text should NOT be rendered with ahem font.
8 </div> 8 </div>
9 <div>
10 This text should NOT be rendered with ahem font.
11 </div>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/webfont/webfont-cors.html ('k') | Source/core/css/CSSFontFaceSrcValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698