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

Side by Side Diff: third_party/WebKit/LayoutTests/css-display-3/display-contents-acid-dynamic-1-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
(Empty)
1 <!doctype html>
2 <meta charset="utf-8">
3 <title>CSS Test reference</title>
4 <link rel="help" href="https://drafts.csswg.org/css-display/#box-generation">
5 <link rel="author" href="mailto:ecobos@igalia.com" title="Emilio Cobos Álvarez">
6 <style>
7 html, body {
8 padding: 0;
9 margin: 0;
10 }
11 iframe {
12 border: 0;
13 width: 100%;
14 }
15 </style>
16 <iframe seamless src="resources/display-contents-acid.html"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698