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

Unified Diff: LayoutTests/fast/frames/frame-element-name-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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/frames/frame-element-name-expected.txt
diff --git a/LayoutTests/fast/frames/frame-element-name-expected.txt b/LayoutTests/fast/frames/frame-element-name-expected.txt
index 0e510253272362ed063069f686d6daf3a600c500..fb40c7d5c38b4dfcc6594b3bcb5f0cbac07ec327 100644
--- a/LayoutTests/fast/frames/frame-element-name-expected.txt
+++ b/LayoutTests/fast/frames/frame-element-name-expected.txt
@@ -5,6 +5,9 @@ Frame: 'left'
--------
PASS escape(window.frameElement.name) is "left"
PASS escape(window.name) is "left"
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
@@ -12,6 +15,9 @@ Frame: '<!--framePath //<!--frame1-->-->'
--------
PASS escape(window.frameElement.name) is ""
PASS escape(window.name) is ""
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
@@ -19,6 +25,9 @@ Frame: '<!--framePath //<!--frame2-->-->'
--------
PASS escape(window.frameElement.name) is "_blank"
PASS escape(window.name) is "_blank"
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
@@ -26,6 +35,9 @@ Frame: '_parent'
--------
PASS escape(window.frameElement.name) is "_parent"
PASS escape(window.name) is "_parent"
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
@@ -33,6 +45,9 @@ Frame: '_self'
--------
PASS escape(window.frameElement.name) is "_self"
PASS escape(window.name) is "_self"
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
@@ -40,4 +55,7 @@ Frame: '_top'
--------
PASS escape(window.frameElement.name) is "_top"
PASS escape(window.name) is "_top"
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698