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

Unified Diff: LayoutTests/fast/table/remove-anonymous-cell-expected.html

Issue 540453003: Get rid of anonymous table* wrappers when they are no longer needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: LayoutTests/fast/table/remove-anonymous-cell-expected.html
diff --git a/LayoutTests/fast/table/remove-anonymous-cell-expected.html b/LayoutTests/fast/table/remove-anonymous-cell-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..81bb0ec395d95dce3b50f765c54ba0f47cab11f4
--- /dev/null
+++ b/LayoutTests/fast/table/remove-anonymous-cell-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<p>There should be a blue rectangle below.</p>
+<div style="display:table-cell;">
+ <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
+ <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698