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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-element-embed-crash.html

Issue 488163002: [CSSGridLayout] <embed> elements leaving stale pointers into grid (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | LayoutTests/fast/css-grid-layout/grid-element-embed-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 <style>
3 * {
4 margin-right:2vw;
5 }
6 body {
7 display:grid;
8 grid-auto-flow:row stack;
9 }
10 </style>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
15 <body>The test checks that embedded elements don't leave stale pointers into the grid representation.
16 <embed>This test has passed if it didn't crash.</embed>
17 </body>
18
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-element-embed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698