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

Side by Side Diff: third_party/WebKit/LayoutTests/css-display-3/display-contents-dynamic-002-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="author" title="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
5 <style>
6 .box {
7 height: 100px;
8 width: 100px;
9 background-color: purple;
10 }
11
12 .container {
13 width: 800px;
14 display: flex;
15 }
16 </style>
17 <div class="container">
18 <div class="box"></div>
19 <div class="box"></div>
20 <div class="box"></div>
21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698