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

Side by Side Diff: third_party/WebKit/LayoutTests/css-display-3/display-contents-td-001-expected.html

Issue 2450093005: Support display: contents for elements, first-line and first-letter pseudos. (Closed)
Patch Set: Support display: contents for elements, first-line and first-letter pseudos. Created 4 years, 1 month 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>CSS Reftest Reference</title> 3 <title>CSS Reftest Reference</title>
4 <link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com"> 4 <link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com">
5 <style>
6 /* FIXME: when crbug.com/6122 is fixed we can just use the imported tests */
7 html { font-kerning: none; }
8 </style>
5 <p>You should see the word PASS below.</p> 9 <p>You should see the word PASS below.</p>
6 PASS 10 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698