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

Unified Diff: trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode.html

Issue 197013005: Revert 168908 "Col width is not honored when dynamically updated..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode.html
===================================================================
--- trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode.html (revision 169021)
+++ trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode.html (working copy)
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <style>
- col {
- height: 200px;
- }
- td {
- background-color: #66f;
- height: 25px;
- }
- </style>
- <script type="text/javascript">
- function runTest() {
- var col = document.getElementById('thecol');
- col.offsetTop;
- col.style.height="100px";
- window.checkLayout("td", document.getElementById("test-output"));
- }
- </script>
- <script src="../../resources/check-layout.js"></script>
- </head>
- <body onload="runTest()">
- Tests that the height of table cell changes on changing the colgroup height to new height.
- <table style="-webkit-writing-mode: vertical-lr">
- <colgroup>
- <col id="thecol">
- </colgroup>
- <tbody>
- <tr>
- <td id="colWidth" data-expected-height="100">Hello World</td>
- </tr>
- </tbody>
- </table>
- <div id="test-output"></div>
- </body>
-</html>
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698