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

Side by Side Diff: LayoutTests/fast/block/colspan-under-button-crash.html

Issue 11377109: Merge 133717 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 1 month 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/block/colspan-under-button-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 <style> 3 <style>
4 .c0 { display: inherit; } 4 .c0 { display: inherit; }
5 .c10 { display: table-column-group; -webkit-column-span: all; } 5 .c10 { display: table-column-group; -webkit-column-span: all; }
6 .c11[class$="c11"] { vertical-align: -10; -webkit-column-width: 1px; } 6 .c11[class$="c11"] { vertical-align: -10; -webkit-column-width: 1px; }
7 .c17 { overflow: hidden; position: fixed; } 7 .c17 { overflow: hidden; position: fixed; }
8 .c17::after { position: inherit; content: no-close-quote;</style> 8 .c17::after { position: inherit; content: no-close-quote;</style>
9 <script> 9 <script>
10 window.onload = function() { 10 window.onload = function() {
(...skipping 14 matching lines...) Expand all
25 buttonElem.setAttribute('class', 'c17'); 25 buttonElem.setAttribute('class', 'c17');
26 document.documentElement.offsetHeight; 26 document.documentElement.offsetHeight;
27 document.documentElement.removeChild(pElem); 27 document.documentElement.removeChild(pElem);
28 28
29 document.body.innerHTML = "PASS if no crash or assert in debug"; 29 document.body.innerHTML = "PASS if no crash or assert in debug";
30 if (window.testRunner) 30 if (window.testRunner)
31 testRunner.dumpAsText(); 31 testRunner.dumpAsText();
32 } 32 }
33 </script> 33 </script>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/colspan-under-button-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698