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

Side by Side Diff: webkit/data/layout_tests/chrome/fast/dom/set-document-body-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
2 <html>
3 <head>
4 <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
5 <title>Wee!</title>
6 <script>
7 if (window.layoutTestController)
8 layoutTestController.dumpAsText();
9
10 window.onload = function() {
11 // We are not a Node !
12 var nodelist = document.getElementsByName('sillypants');
13 document.body = nodelist;
14 }
15 </script>
16 </head>
17 <body>
18 Test that setting invalid values to dom properties does not crash the browser.
19 <br>
20 <a href="#" onclick="void(); return false;">go!</a>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698