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

Unified Diff: LayoutTests/fast/table/caption-position-expected.html

Issue 804383002: Layout captions in simplifiedNormalFlowLayout for tables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/fast/table/caption-position-expected.html
diff --git a/LayoutTests/fast/table/caption-position-expected.html b/LayoutTests/fast/table/caption-position-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b163545433f01db42071742d48da10d62338ad76
--- /dev/null
+++ b/LayoutTests/fast/table/caption-position-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+Test passes if above is on top.
+<table cellspacing="0" cellpadding="0">
+ <caption>
+ <div style="position:relative; height:2em;">
+ <div id="elm" style="position:absolute; left:1px;">above</div>
+ </div>
+ </caption>
+ <tr>
+ <td>below</td>
+ </tr>
+</table>
« no previous file with comments | « LayoutTests/fast/table/caption-position.html ('k') | LayoutTests/fast/table/display-table-caption-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698