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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 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
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <link rel="match" href="001-ref.html"/> 3 <link rel="match" href="001-ref.html"/>
4 <title>The font element text decoration color quirk, 001, XHTML</title> 4 <title>The font element text decoration color quirk, 001, XHTML</title>
5 <style>[id] > * { color:fuchsia }</style> 5 <style>[id] > * { color:fuchsia }</style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div>Quirk should apply:</div> 8 <div>Quirk should apply:</div>
9 <div><u>foo <font style="color:fuchsia">style</font> bar</u></div> 9 <div><u>foo <font style="color:fuchsia">style</font> bar</u></div>
10 <div><u>foo <font color="fuchsia">color</font> bar</u></div> 10 <div><u>foo <font color="fuchsia">color</font> bar</u></div>
11 <div><u>foo <font color="fuchsia" style="color:fuchsia">color and style</font> b ar</u></div> 11 <div><u>foo <font color="fuchsia" style="color:fuchsia">color and style</font> b ar</u></div>
12 <div><u>foo <font color="x" style="color:fuchsia">color=x and style</font> bar</ u></div> 12 <div><u>foo <font color="x" style="color:fuchsia">color=x and style</font> bar</ u></div>
13 <div><u>foo <font color="transparent" style="color:fuchsia">color=transparent an d style</font> bar</u></div> 13 <div><u>foo <font color="transparent" style="color:fuchsia">color=transparent an d style</font> bar</u></div>
14 <div><u>foo <font color="" style="color:fuchsia">color="" and style</font> bar</ u></div> 14 <div><u>foo <font color="" style="color:fuchsia">color="" and style</font> bar</ u></div>
15 <div><u>foo <font style="display:block; color:fuchsia">block</font> bar</u></div > 15 <div><u>foo <font style="display:block; color:fuchsia">block</font> bar</u></div >
16 <div><s>foo <font color="fuchsia">line-through</font> bar</s></div> 16 <div><s>foo <font color="fuchsia">line-through</font> bar</s></div>
17 <div><u style="text-decoration:overline">foo <font color="fuchsia">overline</fon t> bar</u></div> 17 <div><u style="text-decoration:overline">foo <font color="fuchsia">overline</fon t> bar</u></div>
18 <div>Quirks should not apply:</div> 18 <div>Quirks should not apply:</div>
19 <div><u>foo <span style="color:fuchsia">span</span> bar</u></div> 19 <div><u>foo <span style="color:fuchsia">span</span> bar</u></div>
20 <div><u id="no-namespace">foo <font xmlns="">no-namespace font element</font> ba r</u></div> 20 <div><u id="no-namespace">foo <font xmlns="">no-namespace font element</font> ba r</u></div>
21 <div><u id="uppercase">foo <FONT>uppercase FONT element</font> bar</u></div> 21 <div><u id="uppercase">foo <FONT>uppercase FONT element</FONT> bar</u></div>
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698