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

Side by Side Diff: LayoutTests/fast/css/style-preferred-stylesheet-01.html

Issue 17496004: Do not consider title from non-css stylesheet for preferred set. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/style-preferred-stylesheet-01-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- title of a style element with invalid type should never be the preferred st ylesheet set -->
3 <style type="text/invalid" title="preferred"></style>
4 <link rel="alternate stylesheet" type="text/css" title="preferred" href="data:te xt/css,p{color:red}">
5 <p>This text should not be red.</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/style-preferred-stylesheet-01-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698