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

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: 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
OLDNEW
(Empty)
1 Test for crbug.com/521657: this test passes if it does not crash.
2 <script>
3 internals.settings.setTextAutosizingEnabled(true);
4 internals.settings.setTextAutosizingWindowSizeOverride(320, 480);
5
6 document.documentElement.style.overflow = '-webkit-paged-x';
7 onload = function() {
8 document.documentElement.parentNode.removeChild(document.documentElement);
mstensho (USE GERRIT) 2015/08/24 10:55:10 How about a document.body.offsetTop; in front of t
pdr. 2015/08/24 17:43:28 Done
9 }
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698