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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/grid-element-embed-crash.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-element-embed-crash.html b/LayoutTests/fast/css-grid-layout/grid-element-embed-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..1a6db7d380e48451e5e5461e3e4f9d8a4c917975
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/grid-element-embed-crash.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<style>
+* {
+ margin-right:2vw;
+}
+body {
+ display:grid;
+ grid-auto-flow:row stack;
+}
+</style>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<body>The test checks that embedded elements don't leave stale pointers into the grid representation.
+ <embed>This test has passed if it didn't crash.</embed>
+</body>
+
« 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