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

Side by Side Diff: LayoutTests/fast/css/resize-object-crash.html

Issue 12252048: Merge 142788. Requested by Christian Biesinger <cbiesinger@chromium.org>. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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/css/resize-object-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 <html> 1 <html>
2 <head> 2 <head>
3 <title></title> 3 <title></title>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 } 7 }
8 </script> 8 </script>
9 <style> 9 <style>
10 object { 10 object {
11 resize: both !important; 11 resize: both !important;
12 } 12 }
13 </style> 13 </style>
14 </head> 14 </head>
15 <body> 15 <body>
16 <!-- 16 <!--
17 Test for https://crbug.com/175535 - Crash with <object style="resize:both"> 17 Test for https://crbug.com/175535 - Crash with <object style="resize:both">
18 --> 18 -->
19 <object></object><br> 19 <object></object><br>
20 PASS 20 PASS
21 </body> 21 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/resize-object-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698