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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash.html

Issue 1551573002: Clear box from percentage descendants when it is split off from the ancestor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 11 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 | third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash.html b/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..70c5c31b3b441fb342e562e685f2ed82113c5b2e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<p>PASS if no crash or assertion failure.</p>
+<div style="display:table-row-group;">
+ <div></div>
+ <div id="splitter" style="display:none;"></div>
+ <div style="display:inline-block; width:75px; height:50%; background:blue;"></div>
+</div>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ document.body.offsetTop;
+ document.getElementById("splitter").style.display = "table-row";
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698