Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/ruby/percentage-height-child-crash.html

Issue 1171703002: Don't let anonymous boxes impede percentage resolution on children. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>PASS if no crash or assertion failure.</p>
3 <ruby style="display:block;">
4 <rt>&nbsp;</rt>
5 <div style="height:50%;"></div>
6 <rt id="elm" style="display:none;">&nbsp;</rt>
7 &nbsp;
8 </ruby>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 document.body.offsetTop;
13 document.getElementById("elm").style.display = "block";
14 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/percentage-height-child.html ('k') | LayoutTests/fast/ruby/percentage-height-child-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine