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

Side by Side Diff: LayoutTests/http/tests/security/cross-origin-css-expected.txt

Issue 904143002: Revert "CSS: Drop the quirks-mode exception for CSS MIME types." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
(Empty)
1 LINK Cross-origin, HTML, valid: rgb(255, 255, 0)
2 LINK + IMPORT Cross-origin, HTML, invalid: rgba(0, 0, 0, 0)
3 LINK Cross-origin, CSS, invalid: rgb(255, 255, 0)
4 LINK Same-origin, HTML, invalid: rgb(255, 255, 0)
5 IMPORT Cross-origin, HTML, valid: rgb(255, 255, 0)
6 IMPORT Cross-origin, CSS, invalid: rgb(255, 255, 0)
7 IMPORT Same-origin, HTML, invalid: rgb(255, 255, 0)
8 PASS background image loaded
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/cross-origin-css.html ('k') | Source/core/css/StyleSheetContents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698