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

Unified Diff: third_party/WebKit/LayoutTests/css-display-3/display-contents-acid-dynamic-1-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/css-display-3/display-contents-acid-dynamic-1-expected.html
diff --git a/third_party/WebKit/LayoutTests/css-display-3/display-contents-acid-dynamic-1-expected.html b/third_party/WebKit/LayoutTests/css-display-3/display-contents-acid-dynamic-1-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..e7b957b8167e0b609e96029ff08f5b7cd58a2b73
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css-display-3/display-contents-acid-dynamic-1-expected.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<meta charset="utf-8">
+<title>CSS Test reference</title>
+<link rel="help" href="https://drafts.csswg.org/css-display/#box-generation">
+<link rel="author" href="mailto:ecobos@igalia.com" title="Emilio Cobos Álvarez">
+<style>
+html, body {
+ padding: 0;
+ margin: 0;
+}
+iframe {
+ border: 0;
+ width: 100%;
+}
+</style>
+<iframe seamless src="resources/display-contents-acid.html"></iframe>

Powered by Google App Engine
This is Rietveld 408576698