Title: [177631] trunk/LayoutTests
- Revision
- 177631
- Author
- [email protected]
- Date
- 2014-12-22 03:31:47 -0800 (Mon, 22 Dec 2014)
Log Message
[CSS Grid Layout] Get rid of legacy WebKitCSSGridLayoutEnabled
https://bugs.webkit.org/show_bug.cgi?id=139860
Reviewed by Sergio Villar Senin.
Remove the missing bits regarding WebKitCSSGridLayoutEnabled.
Most of it was already removed in r168416.
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-ltr.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-ltr.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl.html:
* fast/css-grid-layout/grid-shorthand-get-set.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (177630 => 177631)
--- trunk/LayoutTests/ChangeLog 2014-12-22 10:38:57 UTC (rev 177630)
+++ trunk/LayoutTests/ChangeLog 2014-12-22 11:31:47 UTC (rev 177631)
@@ -1,3 +1,19 @@
+2014-12-22 Manuel Rego Casasnovas <[email protected]>
+
+ [CSS Grid Layout] Get rid of legacy WebKitCSSGridLayoutEnabled
+ https://bugs.webkit.org/show_bug.cgi?id=139860
+
+ Reviewed by Sergio Villar Senin.
+
+ Remove the missing bits regarding WebKitCSSGridLayoutEnabled.
+ Most of it was already removed in r168416.
+
+ * fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-ltr.html:
+ * fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl.html:
+ * fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-ltr.html:
+ * fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl.html:
+ * fast/css-grid-layout/grid-shorthand-get-set.html:
+
2014-12-21 Shivakumar JM <[email protected]>
HTMLSelectElement add() should support adding group of options element (HTMLOptGroupElement).
Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-ltr.html (177630 => 177631)
--- trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-ltr.html 2014-12-22 10:38:57 UTC (rev 177630)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-ltr.html 2014-12-22 11:31:47 UTC (rev 177631)
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<html>
-<script>
-if (window.testRunner)
- testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
-</script>
<link href="" rel="stylesheet">
<style>
.grid {
Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl.html (177630 => 177631)
--- trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl.html 2014-12-22 10:38:57 UTC (rev 177630)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl.html 2014-12-22 11:31:47 UTC (rev 177631)
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<html>
-<script>
-if (window.testRunner)
- testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
-</script>
<link href="" rel="stylesheet">
<style>
.grid {
Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-ltr.html (177630 => 177631)
--- trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-ltr.html 2014-12-22 10:38:57 UTC (rev 177630)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-ltr.html 2014-12-22 11:31:47 UTC (rev 177631)
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<html>
-<script>
-if (window.testRunner)
- testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
-</script>
<link href="" rel="stylesheet">
<style>
.grid {
Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl.html (177630 => 177631)
--- trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl.html 2014-12-22 10:38:57 UTC (rev 177630)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl.html 2014-12-22 11:31:47 UTC (rev 177631)
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<html>
-<script>
-if (window.testRunner)
- testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
-</script>
<link href="" rel="stylesheet">
<style>
.grid {
Modified: trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html (177630 => 177631)
--- trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html 2014-12-22 10:38:57 UTC (rev 177630)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html 2014-12-22 11:31:47 UTC (rev 177631)
@@ -1,10 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
-<script>
-if (window.testRunner)
- testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
-</script>
<link href="" rel="stylesheet">
<style>
#gridWithStack {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes