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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/collapse-nested-anonymous-block-expected.html

Issue 2176043002: Collapse away nested anonymous blocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@467579-3
Patch Set: Created 4 years, 5 months 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/fast/block/collapse-nested-anonymous-block-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/collapse-nested-anonymous-block-expected.html b/third_party/WebKit/LayoutTests/fast/block/collapse-nested-anonymous-block-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..1960b42dde0ea26960fa3eb40f0cd73d6a03e433
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/collapse-nested-anonymous-block-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+#container {
+ text-indent: -300px;
+ width: 300px;
+}
+
+</style>
+<p>crbug.com/627149: Collapse away nested anonymous blocks. There should be no text below.</p>
+<button id="container">
+ <span id="span">Text.</span>
+</button>

Powered by Google App Engine
This is Rietveld 408576698