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

Unified Diff: webkit/data/layout_tests/chrome/fast/table/empty-row-crash.html

Issue 9738: Backport http://trac.webkit.org/changeset/36683 to the release ... (Closed) Base URL: svn://chrome-svn/chrome/branches/chrome_official_branch/src/
Patch Set: Created 12 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 side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/chrome/fast/table/empty-row-crash.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/table/empty-row-crash.html (revision 0)
+++ webkit/data/layout_tests/chrome/fast/table/empty-row-crash.html (revision 0)
@@ -0,0 +1,13 @@
+<html>
+<body>
+<table id="obj">
+<script>
+obj.createTFoot();
+obj.deleteTFoot();
+obj.focus();
+obj.insertRow();
+obj.insertRow();
+</script>
+This test passes if it does not crash.
+</body>
+</html>
Property changes on: webkit\data\layout_tests\chrome\fast\table\empty-row-crash.html
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698