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

Side by Side Diff: LayoutTests/fast/runin/progress-run-in-crash.html

Issue 10448068: Merge 118236 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/runin/progress-run-in-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 WebKit Bug 87274 - ASSERT failure toRenderProgress in HTMLProgressElement::didEl ementStateChange.<br /> 3 WebKit Bug 87274 - ASSERT failure toRenderProgress in HTMLProgressElement::didEl ementStateChange.<br />
4 Test passes if it does not crash.<br /> 4 Test passes if it does not crash.<br />
5 <body> 5 <body>
6 <progress id="progress1" style="-webkit-appearance: none"></progress><div></div> 6 <progress id="progress1" style="-webkit-appearance: none"></progress><div></div>
7 <script> 7 <script>
8 if (window.layoutTestController) 8 if (window.layoutTestController)
9 layoutTestController.dumpAsText(); 9 layoutTestController.dumpAsText();
10 10
11 document.body.offsetTop; 11 document.body.offsetTop;
12 progress1.style.display = 'run-in'; 12 progress1.style.display = 'run-in';
13 </script> 13 </script>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/runin/progress-run-in-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698