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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-multicol-001-expected.html

Issue 2450093005: Support display: contents for elements, first-line and first-letter pseudos. (Closed)
Patch Set: Allow text as child of the LayoutView, since it can happen with display: contents Created 4 years 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 Reftest Reference</title>
4 <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show _bug.cgi?id=907396">
5 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
6 <link rel="stylesheet" href="support/acid.css">
7 <div style="color: red" class="ref">
8 <div class="columns">
9 <div class="contents c1"><div class="contents c2"><div>1<span>1</span></div></ div></div>
10 <div class="contents c2"><div>2</div></div>
11 <div class="contents c3"><div>3</div></div>
12 </div>
13
14 <div class="columns">
15 <div class="contents c1"><div class="contents c2"><div>1<span>1</span></div></ div></div>
16 <div class="contents c2"><div>2</div></div>
17 <div class="contents c3"><div>3</div></div>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698