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

Side by Side Diff: LayoutTests/fast/table/table-width-with-marquee.html

Issue 1200103006: Marquee width should not change a fixed width of its container. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/js-test.js"></script>
3 <table width='200px'>
4 <tr>
5 <td>
6 <marquee>The quick brown fox jumps over the lazy dog.</marquee>
mstensho (USE GERRIT) 2015/06/23 09:33:30 Can you add some more text? This is barely wider t
changseok 2015/06/24 06:15:58 Done.
7 </td>
8 </tr>
9 </table>
10 <script>
11 description("This tests if marquee contributes to table width. It should not.");
12 shouldBeEqualToNumber("document.querySelector('td').getBoundingClientRect().widt h", 196);
mstensho (USE GERRIT) 2015/06/23 09:33:30 Setting cellpadding="0" cellspacing="0" on the tab
changseok 2015/06/24 06:15:58 O.K. The table is replaced with the two divs
13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-width-with-marquee-expected.txt » ('j') | Source/core/layout/LayoutBlock.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698