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

Side by Side Diff: LayoutTests/fast/text-autosizing/anonymous-block-crash.html

Issue 1308693003: Ensure the text autosizer creates a root cluster when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Force a layout in the test Created 5 years, 4 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/text-autosizing/anonymous-block-crash-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
(Empty)
1 Test for crbug.com/521657: This test passes if it does not crash.
skobes 2015/08/24 17:47:57 I think your -expected.txt should have this text i
mstensho (USE GERRIT) 2015/08/24 17:51:49 No, because the final result is a blank page. This
skobes 2015/08/24 17:57:37 Ah, right :)
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 internals.settings.setTextAutosizingEnabled(true);
6 internals.settings.setTextAutosizingWindowSizeOverride(320, 480);
7
8 document.documentElement.style.overflow = '-webkit-paged-x';
9 onload = function() {
10 var forceLayout = document.body.offsetTop;
11 document.documentElement.parentNode.removeChild(document.documentElement);
12 }
13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/anonymous-block-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698