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

Side by Side Diff: LayoutTests/fast/block/positioning/hiding-inside-relpositioned-inline.html

Issue 6949014: Merge 85964 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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/platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 You should see the number 0 below, and the grey box should fit it snugly. 1 You should see the number 0 below, and the grey box should fit it snugly.
2 2
3 <span style="position:relative"> 3 <span style="position:relative">
4 <div style="position:absolute;left:10px;top:10px;background-color:grey"> 4 <div style="position:absolute;left:10px;top:10px;background-color:grey">
5 <div style="background-color:#acacac; padding:1px;"> 5 <div style="background-color:#acacac; padding:1px;">
6 <div><div>0</div></div> 6 <div><div>0</div></div>
7 <div id="one">1</div> 7 <div id="one">1</div>
8 </div> 8 </div>
9 <script> 9 <script>
10 document.body.offsetLeft; 10 document.body.offsetLeft;
11 document.getElementById('one').style.display = 'none'; 11 document.getElementById('one').style.display = 'none';
12 </script> 12 </script>
13 </span> 13 </span>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698