Update test expectations

This test was failing because I changed the url.
The new url is correct.  Sorry for not running the tests
before committing.

https://codereview.chromium.org/1065073002/
https://github.com/domokit/mojo/issues/81
TBR=ojan@chromium.org

Review URL: https://codereview.chromium.org/1075603002
This commit is contained in:
Eric Seidel 2015-04-08 12:25:07 -07:00
parent 05c7de2f4a
commit 5a8da4db70
2 changed files with 1 additions and 2 deletions

View File

@ -38,4 +38,3 @@ https://github.com/domokit/mojo/issues/64 lowlevel/layers.sky [ Skip ]
# Flaky
https://github.com/domokit/mojo/issues/62 custom-elements/registration.sky [ Skip ]
https://github.com/domokit/mojo/issues/81 framework/basic.sky [ Skip ]

View File

@ -1,5 +1,5 @@
<div>
<div style="background-color: green">I am Text<img src="foo.jpg"></img>
<div style="background-color: green">I am Text<img src="resources/united.jpg"></img>
<a href="http://www.google.com"></a>
</div>
</div>