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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt

Issue 2077523002: Add contentWindow attribute for <object> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed failed test cases Created 4 years, 6 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL object.contentWindow Cannot read property 'name' of undefined 2 FAIL object.contentWindow assert_equals: The contentWindow's name of the object element should be 'o1'. expected "o1" but got "o"
Yuki 2016/06/20 04:24:15 Could you tell us why the test is failing after yo
Shanmuga Pandi 2016/06/21 06:51:38 Firefox also behaving same like this with <object>
Yuki 2016/06/21 09:39:26 I see. I think it's okay as is for the time being
3 FAIL object.width assert_equals: The width should be 100px. expected "100px" but got "auto" 3 FAIL object.width assert_equals: The width should be 100px. expected "100px" but got "auto"
4 FAIL object.height assert_equals: The height should be 50px. expected "50px" but got "auto" 4 FAIL object.height assert_equals: The height should be 50px. expected "50px" but got "auto"
5 Harness: the test ran to completion. 5 Harness: the test ran to completion.
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698