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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
index b31cd03037d337dcace5f8e78c78b07d67bb120e..5a5a4f9e6cb49da68f1b2d6d4b502cd0a29ed34c 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
@@ -13,6 +13,6 @@
<p>You should see the word PASS and no red below.</p>
<div>
<div id="contents">
- <div id="inner">PASS</div>
+ <div id="inner">P<span>A</span>S<span>S</span></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698