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

Unified Diff: LayoutTests/svg/overflow/overflow-on-foreignObject.svg

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: LayoutTests/svg/overflow/overflow-on-foreignObject.svg
diff --git a/LayoutTests/svg/overflow/overflow-on-foreignObject.svg b/LayoutTests/svg/overflow/overflow-on-foreignObject.svg
index f27b5fc6d630bdef9bfd267d55fc8966b1fcf240..3a19a363cefd63324fb966bbd52010c1ba7d50d7 100644
--- a/LayoutTests/svg/overflow/overflow-on-foreignObject.svg
+++ b/LayoutTests/svg/overflow/overflow-on-foreignObject.svg
@@ -4,8 +4,8 @@
You should see a 300x300 green rectangle at 100x100 and no scrollbars.
NOTE: This is currently BROKEN in WebKit. We're clipping the viewport of <foreignObject> correctly,
- though for each positioned object a RenderLayer is created, that has no knownledge of the
- size of the <foreignObject> viewport - as <foreignObject> doesn't create a RenderLayer.
+ though for each positioned object a Layer is created, that has no knownledge of the
+ size of the <foreignObject> viewport - as <foreignObject> doesn't create a Layer.
So for now, you'll see an unclipped content area, just as if overflow was visible.
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" width="500" height="500">
« no previous file with comments | « LayoutTests/scrollbars/scrollbar-content-crash-expected.txt ('k') | ManualTests/select-menu-list-wrongly-positioned.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698