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

Unified Diff: tests/html/shadow_dom_layout_test.txt

Issue 10690052: added shadow dom layout test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: addressed sigmund's comments Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/shadow_dom_layout_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/shadow_dom_layout_test.txt
diff --git a/tests/html/shadow_dom_layout_test.txt b/tests/html/shadow_dom_layout_test.txt
new file mode 100644
index 0000000000000000000000000000000000000000..382a2f5c2cfbefff9e6d5382f847b67d966a3917
--- /dev/null
+++ b/tests/html/shadow_dom_layout_test.txt
@@ -0,0 +1,11 @@
+Content-Type: text/plain
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x76
+ RenderBlock {HTML} at (0,0) size 800x76
+ RenderBody {BODY} at (8,8) size 784x60
+ RenderBlock {DIV} at (0,0) size 784x60
+ RenderBlock {DIV} at (0,0) size 40x20 [bgcolor=#0000FF]
+ RenderBlock {DIV} at (0,20) size 30x30 [bgcolor=#FF0000]
+ RenderBlock {DIV} at (0,50) size 60x10 [bgcolor=#008000]
+#EOF
« no previous file with comments | « tests/html/shadow_dom_layout_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698