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

Side by Side Diff: LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-2.html

Issue 11820059: Merge 138654 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 7 years, 11 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
1 <style> 1 <style>
2 body { 2 body {
3 margin-right: 100%; 3 margin-right: 100%;
4 } 4 }
5 .normal { 5 .normal {
6 padding-left: 1px; 6 padding-left: 1px;
7 white-space: normal; 7 white-space: normal;
8 word-wrap: break-word; 8 word-wrap: break-word;
9 } 9 }
10 .pre { 10 .pre {
(...skipping 14 matching lines...) Expand all
25 document.documentElement.offsetTop; 25 document.documentElement.offsetTop;
26 id1.parentElement.removeChild(id1); 26 id1.parentElement.removeChild(id1);
27 document.documentElement.offsetTop; 27 document.documentElement.offsetTop;
28 id4.appendChild(id5); 28 id4.appendChild(id5);
29 // Tests a case where an inline element that sets white-space:normal nested 29 // Tests a case where an inline element that sets white-space:normal nested
30 // in a block that sets white-space:pre works correctly when there is a 30 // in a block that sets white-space:pre works correctly when there is a
31 // line break at the start of the inline element. 31 // line break at the start of the inline element.
32 if (window.testRunner) 32 if (window.testRunner)
33 testRunner.dumpAsText(); 33 testRunner.dumpAsText();
34 </script> 34 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698