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

Side by Side Diff: LayoutTests/fast/text-autosizing/anonymous-block-crash-expected.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.
mstensho (USE GERRIT) 2015/08/24 10:55:10 Do we need all this? Couldn't you just make a dump
pdr. 2015/08/24 17:43:28 Done
2 <script>
3 internals.settings.setTextAutosizingEnabled(true);
4 internals.settings.setTextAutosizingWindowSizeOverride(320, 480);
5
6 onload = function() {
7 document.documentElement.parentNode.removeChild(document.documentElement);
8 }
9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698