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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/foreignObject/overflow-clip-in-hidden-container-crash.html

Issue 2851763004: Remove LayoutObject::LayerCreationAllowedForSubtree. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/WebKit/LayoutTests/svg/foreignObject/overflow-clip-in-hidden-container-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Tests that an element with an overflow clip inside a LayoutSVGHiddenContainer
4 can be laid out without crashing. This entails that we create a PaintLayer,
5 since the layout code assumes that overflow clip gets a scrollable area.
6 -->
7 <svg>
8 <clipPath id="c"></clipPath>
9 </svg>
10 <p>PASS: did not crash.</p>
11 <script>
12 c.createShadowRoot().innerHTML = "<foreignObject><input>";
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/foreignObject/overflow-clip-in-hidden-container-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698