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

Unified Diff: webkit/data/layout_tests/chrome/fast/dom/resources/wrapper-context-inner.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/resources/wrapper-context-inner.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/resources/wrapper-context-inner.html (revision 12664)
+++ webkit/data/layout_tests/chrome/fast/dom/resources/wrapper-context-inner.html (working copy)
@@ -1,24 +0,0 @@
-<html>
-<body onload="notifyLoaded()">
-<script>
-function notifyLoaded() {
- top.innerHasLoaded();
-}
-
-// After the top frame has accessed the document of this frame, we
-// test that the document wrapper was created in this context and
-// not in the top context.
-function runTest() {
- var paragraph = document.createElement('p');
- if (HTMLElement.prototype.isPrototypeOf(paragraph)) {
- top.writeOutput("PASS");
- } else {
- top.writeOutput("FAIL");
- }
- if (window.layoutTestController) {
- layoutTestController.notifyDone();
- }
-}
-</script>
-</body>
-</html>
« no previous file with comments | « webkit/data/layout_tests/chrome/fast/dom/resources/1.gif ('k') | webkit/data/layout_tests/chrome/fast/dom/script_lineno.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698