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

Side by Side Diff: LayoutTests/fast/css/style-preferred-stylesheet-02.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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- title of a style element define the preferred stylesheet set -->
3 <style type="text/css" title="preferred"></style>
4 <link rel="alternate stylesheet" type="text/css" title="preferred" href="data:te xt/css,p{color:green}">
5 <p>This text should be green.</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698