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

Side by Side Diff: LayoutTests/fast/regions/set-box-style-in-region-crash.html

Issue 9546037: Merge 107622 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/regions/set-box-style-in-region-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
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 .regionBox2 { width: 280px; height: 100px; } 5 .regionBox2 { width: 280px; height: 100px; }
6 6
7 #article { -webkit-flow-into: flow; } 7 #article { -webkit-flow-into: flow; }
8 #region { -webkit-flow-from: flow; } 8 #region { -webkit-flow-from: flow; }
9 9
10 @-webkit-region #region { span { background-color: red } }; 10 @-webkit-region #region { span { background-color: red } };
(...skipping 22 matching lines...) Expand all
33 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=78298">78298</a >: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p> 33 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=78298">78298</a >: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p>
34 <p> This test PASSES if it does not CRASH or ASSERT.</p> 34 <p> This test PASSES if it does not CRASH or ASSERT.</p>
35 <div id="article"> 35 <div id="article">
36 <li id="li"> 36 <li id="li">
37 <p id="p"></p> 37 <p id="p"></p>
38 </li> 38 </li>
39 </div> 39 </div>
40 <div id="region" class="regionBox2"></div> 40 <div id="region" class="regionBox2"></div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/set-box-style-in-region-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698