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

Side by Side Diff: LayoutTests/fast/flexbox/crash-button-input-autofocus.html

Issue 7344020: Merge 90568 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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/flexbox/crash-button-input-autofocus-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 <p style="visibility: collapse;"><button><input autofocus><input id="test"></inp ut></button></p> 3 <p style="visibility: collapse;"><button><input autofocus><input id="test"></inp ut></button></p>
4 <script> 4 <script>
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 document.body.offsetTop; 7 document.body.offsetTop;
8 document.getElementById('test').parentNode.removeChild(document.getElementById(' test')); 8 document.getElementById('test').parentNode.removeChild(document.getElementById(' test'));
9 document.body.offsetTop; 9 document.body.offsetTop;
10 </script> 10 </script>
11 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=63776">63776</a >: Partial layout when a flex-box has visibility: collapse</p> 11 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=63776">63776</a >: Partial layout when a flex-box has visibility: collapse</p>
12 <p>This test PASSES if it does not CRASH.</p> 12 <p>This test PASSES if it does not CRASH.</p>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/crash-button-input-autofocus-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698