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

Unified Diff: LayoutTests/fast/dom/HTMLObjectElement/update-data-expected.txt

Issue 135103003: Updating <object> upon changing "data", "classid", "type" attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + method rename Created 6 years, 11 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: LayoutTests/fast/dom/HTMLObjectElement/update-data-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLObjectElement/update-data-expected.txt b/LayoutTests/fast/dom/HTMLObjectElement/update-data-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1c5e843f1daf49f7bb1e1b0a99c3a8b7b9fed7be
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLObjectElement/update-data-expected.txt
@@ -0,0 +1,11 @@
+Check that HTMLObjectElement.data updates trigger refresh of element.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS var u = 'resources/message-ping-on-load.html'; obj.data = u; obj.data.substr(obj.data.indexOf(u)) is "resources/message-ping-on-load.html"
+PASS <object> updated and loaded.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698