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

Unified Diff: LayoutTests/fast/dom/HTMLObjectElement/object-as-frame-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 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: LayoutTests/fast/dom/HTMLObjectElement/object-as-frame-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame-expected.txt b/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame-expected.txt
index 699282f92faf27d9cd3c1eeac5d869dd0a371eca..b8cc17dbac7d4c09e8ae746bc25e28b3a021110e 100644
--- a/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame-expected.txt
+++ b/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame-expected.txt
@@ -1,11 +1,11 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS window.frames.length is 2
PASS window.frames[0].frameElement.name is "frame"
PASS window.frames[1].frameElement.name is "obj"
Loading 'data:text/html,Updated contents of iframe' in iframe...
Loading 'data:text/html,Updated contents of object' in object...
-PASS successfullyParsed is true
-
-TEST COMPLETE
PASS window.frames[0].location.toString() is "data:text/html,Updated contents of iframe"
PASS window.frames[1].location.toString() is "data:text/html,Updated contents of object"

Powered by Google App Engine
This is Rietveld 408576698