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

Side by Side Diff: LayoutTests/fast/block/float/br-with-clear-3.html

Issue 1102953002: BR styled clear is ignored while partially relayouting. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment updated. Created 5 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/br-with-clear-3-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .green {
4 background: green;
5 float: right;
6 width: 50%;
7 height: 100px;
8 }
9 .yellow {
10 background: yellow;
11 }
12 </style>
13 <p>Test passes if the height of yellow box is identical with that of green box.< /p>
14 <div class='green'>Floating box</div>
15 <p class='yellow'>
16 <a href='#'>Anchor</a><br>
17 Text line.
18 <br style="clear:both">
19 </p>
20 <script>
21 document.body.offsetTop;
22 document.querySelector('a').style.fontSize = '1.5em';
23 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/br-with-clear-3-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698