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

Side by Side Diff: LayoutTests/fast/replaced/object-with-embed-url-param-expected.txt

Issue 3551010: Merge 66992 - 2010-09-08 Andy Estes <aestes@apple.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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
« no previous file with comments | « LayoutTests/fast/replaced/object-with-embed-url-param.html ('k') | WebCore/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
2 This test verifies that the right URL is loaded when there is an <object> with a 'src' <param> and a fallback <embed>. 1 This test verifies that the right URL is loaded when there is an <object> with a 'src' <param> and a fallback <embed>.
3 2
4 An <object> with a 'data' @attr and a 'src' <param> should load the URL from the 'data' @attr and does. 3 An <object> with a 'data' @attr and a 'src' <param> should load the URL from the 'data' @attr and does.
5 An <object> with a 'src' <param> should load the URL from the 'src' <param> and does. 4 An <object> with a 'src' <param> should load the URL from the 'src' <param> and does.
6 An <object> with no URL specified and a nested <embed> should load the URL from the 'src' @attr of the <embed> and does. 5 An <object> with no URL specified and a nested <embed> should load the URL from the 'src' @attr of the <embed> and does.
7 6 An <object> with a URL specified in a 'src' <param> and a nested <embed> should load the URL from the 'src' @attr of the <embed> and does.
7 An <object> with a URL specified in a 'src' <param> and a MIME type specified in a 'type' <param> should load the URL from the 'src' <param> and does.
8
OLDNEW
« no previous file with comments | « LayoutTests/fast/replaced/object-with-embed-url-param.html ('k') | WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698