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

Unified Diff: LayoutTests/fast/flexbox/horizontal-box-float-crash.html

Issue 7503002: Revert 91684 - Merge 91386 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/horizontal-box-float-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/flexbox/horizontal-box-float-crash.html
===================================================================
--- LayoutTests/fast/flexbox/horizontal-box-float-crash.html (revision 91687)
+++ LayoutTests/fast/flexbox/horizontal-box-float-crash.html (working copy)
@@ -1,38 +0,0 @@
-<html>
-<body onload="runTest()">
-<script>
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
-
- function runTest()
- {
- document.body.offsetTop;
- var container = document.getElementById('container');
- var test = document.getElementById('test');
- var blockquote = document.getElementById('blockquote');
- blockquote.parentNode.removeChild(blockquote);
- test.appendChild(blockquote);
- document.body.offsetTop;
- test.parentNode.removeChild(test);
- if (window.layoutTestController) {
- // Force a focus in which forces a paint that can trigger the crash.
- layoutTestController.setWindowIsKey(false);
- layoutTestController.setWindowIsKey(true);
- document.getElementById("results").innerHTML = "PASS";
- }
- }
-</script>
-<div>This test passes if it does not crash.</div>
-<div id="container" style="display: -webkit-box;">
- <div id="test">
- <span style="float: right;">This is a floating span.</span>
- <span>.</span>
- </div>
- <span>
- <ol id="results">
- <blockquote id="blockquote">blockquote</blockquote>
- </ol>
- </span>
-</div>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/horizontal-box-float-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698