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

Unified Diff: LayoutTests/fast/css/sticky/sticky-table-col-crash.html

Issue 196413002: Don't allow position:sticky for table columns. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated by review comments. Created 6 years, 9 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/sticky/sticky-table-col-crash-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/sticky/sticky-table-col-crash.html
diff --git a/LayoutTests/fast/css/sticky/sticky-table-col-crash.html b/LayoutTests/fast/css/sticky/sticky-table-col-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..9e1d3fef08250888172104c4afcfc59c56d3c397
--- /dev/null
+++ b/LayoutTests/fast/css/sticky/sticky-table-col-crash.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+<script>
+ function doTest()
+ {
+ crashBox.scrollIntoView(true);
+ }
+ window.addEventListener('load', doTest, false);
+</script>
+</head>
+<body>
+ <p>Test position: sticky for table column groups.</p>
+ <p>This test should not crash.</p>
+ <div id=crashBox style="display: table-column-group; position: sticky;"></div>
+</body>
+</html>
+
« no previous file with comments | « no previous file | LayoutTests/fast/css/sticky/sticky-table-col-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698