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

Unified Diff: webkit/data/layout_tests/chrome/fast/dom/set-table-head-no-crash.html

Issue 55025: Remove tests that have been upstreamed. Update test_expectations list... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/chrome/fast/dom/set-table-head-no-crash.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/set-table-head-no-crash.html (revision 12664)
+++ webkit/data/layout_tests/chrome/fast/dom/set-table-head-no-crash.html (working copy)
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
-<html>
-<head>
-<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
-<title>Wee!</title>
-<script>
-if (window.layoutTestController)
- layoutTestController.dumpAsText();
-
-window.onload = function() {
- // We are not a Node !
- var nodelist = document.getElementsByName('sillypants');
- var table = document.createElement('table');
- // Pow! cast a NodeList into a HTMLTableSectionElement
- table.tHead = nodelist;
-}
-</script>
-</head>
-<body>
-Test that setting invalid values to dom properties does not crash the browser.
-<br>
-<a href="#" onclick="void(); return false;">go!</a>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698