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

Unified Diff: LayoutTests/fast/multicol/span/clone-summary.html

Issue 871473002: Rename and turn fast/multicol/span/clone-summary.html into a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/span/clone-summary-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/span/clone-summary.html
diff --git a/LayoutTests/fast/multicol/span/clone-summary.html b/LayoutTests/fast/multicol/span/clone-summary.html
deleted file mode 100644
index 84587e6d0ef23ae0c903e6b960844ec887918110..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/span/clone-summary.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body style="font-family: Ahem; -webkit-font-smoothing: none;">
-<style>
-#container { -webkit-column-width: 100px; }
-#div1 { -webkit-column-span: all; }
-#summary1 { color: white; }
-</style>
-<script>
-document.body.offsetTop;
-var container = document.createElement('div');
-container.setAttribute('id', 'container');
-document.body.appendChild(container);
-summary1 = document.createElement('summary');
-summary1.setAttribute('id', 'summary1');
-container.appendChild(summary1);
-var div1 = document.createElement('div');
-div1.setAttribute('id', 'div1');
-summary1.style.display = 'table-row';
-summary1.appendChild(document.createTextNode('a'));
-summary1.appendChild(div1);
-summary1.appendChild(document.createTextNode('b'));
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/span/clone-summary-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698