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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-table-002-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-table-002-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-table-002-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..1021a3176e4bd3eed423bfeb086a628115881853
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-table-002-expected.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reftest Reference</title>
+<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=907396">
+<link rel="author" title="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
+<link rel="stylesheet" href="support/acid.css">
+<div style="color: red" class="ref">
+ <div class="table" style="float:right">
+ <div class="caption c2">1<span>1</span></div>
+ <div class="row c2">2a<div class="cell">2<div class="inline c2">b<span class="b">b</span></div></div></div>
+ <div class="cell c3" style="border:none">3</div>
+ <div class="rowg c4">4</div>
+ <div class="cell c5" style="border:none">5a</div>
+ <div class="cell c5">5b</div>
+ <div class="head c6">6</div>
+ <div class="cell c7" style="border:none"><div class="inline c2">7<span class="b">a</span></div></div>
+ <div class="cell c8" style="border:none">7b</div>
+ <div class="foot c9" style="border:none">8</div>
+ <div class="foot c9">9<div class="inline c2">a<span class="b">b</span>c</div></div>
+ <div class="cell c10" style="border:none">10</div>
+ </div>
+</div>
+

Powered by Google App Engine
This is Rietveld 408576698