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

Side by Side Diff: sky/tests/lowlevel/iframe.sky

Issue 1215023003: Fix tests broken by default text color change. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
(Empty)
1 <sky>
2 <import src="../resources/dump-as-render-tree.sky"/>
3 <iframe id="removeMe" src="text.sky">Should not render</iframe>
4 <p>This is an <iframe style="border-style: solid; border-width: 20px" src="a barth.sky">iframe</iframe> element.</p>
5 <p style="height: 200px">Placeholder.</p>
6 <p>Small iframe should render <iframe style="height: 40px" src="abarth.sky"> iframe</iframe> correctly.</p>
7
8 <script>
9 import "dart:sky";
10
11 void main() {
12 document.getElementById("removeMe").remove();
13 }
14 </script>
15 </sky>
OLDNEW
« no previous file with comments | « sky/tests/harness/reftest-mismatch-expected-mismatch.sky ('k') | sky/tests/lowlevel/iframe-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698