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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-table-002-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="table" style="float:right">
9 <div class="caption c2">1<span>1</span></div>
10 <div class="row c2">2a<div class="cell">2<div class="inline c2">b<span class ="b">b</span></div></div></div>
11 <div class="cell c3" style="border:none">3</div>
12 <div class="rowg c4">4</div>
13 <div class="cell c5" style="border:none">5a</div>
14 <div class="cell c5">5b</div>
15 <div class="head c6">6</div>
16 <div class="cell c7" style="border:none"><div class="inline c2">7<span class ="b">a</span></div></div>
17 <div class="cell c8" style="border:none">7b</div>
18 <div class="foot c9" style="border:none">8</div>
19 <div class="foot c9">9<div class="inline c2">a<span class="b">b</span>c</div ></div>
20 <div class="cell c10" style="border:none">10</div>
21 </div>
22 </div>
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698