Title: [161056] trunk/LayoutTests
- Revision
- 161056
- Author
- stav...@adobe.com
- Date
- 2013-12-24 06:45:37 -0800 (Tue, 24 Dec 2013)
Log Message
Rename fast/regions/repaint/increasing-region-content-height.html to something more clear
https://bugs.webkit.org/show_bug.cgi?id=126209
Reviewed by Mihnea Ovidenie.
Renamed test file name to better reflect the scenario it tests.
* fast/regions/repaint/repaint-element-inside-relative-region-expected.txt: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt.
* fast/regions/repaint/repaint-element-inside-relative-region.html: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height.html.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (161055 => 161056)
--- trunk/LayoutTests/ChangeLog 2013-12-24 09:36:13 UTC (rev 161055)
+++ trunk/LayoutTests/ChangeLog 2013-12-24 14:45:37 UTC (rev 161056)
@@ -1,3 +1,15 @@
+2013-12-24 Radu Stavila <stav...@adobe.com>
+
+ Rename fast/regions/repaint/increasing-region-content-height.html to something more clear
+ https://bugs.webkit.org/show_bug.cgi?id=126209
+
+ Reviewed by Mihnea Ovidenie.
+
+ Renamed test file name to better reflect the scenario it tests.
+
+ * fast/regions/repaint/repaint-element-inside-relative-region-expected.txt: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt.
+ * fast/regions/repaint/repaint-element-inside-relative-region.html: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height.html.
+
2013-12-24 Ryosuke Niwa <rn...@webkit.org>
Suppress assertions in js/dom/dfg-custom-getter-throw.html and js/dom/dfg-custom-getter-throw-inlined.html for now.
Deleted: trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt (161055 => 161056)
--- trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt 2013-12-24 09:36:13 UTC (rev 161055)
+++ trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt 2013-12-24 14:45:37 UTC (rev 161056)
@@ -1,10 +0,0 @@
-This text should not get clipped
-(repaint rects
- (rect 0 0 800 50)
- (rect 0 200 800 50)
- (rect 0 200 800 50)
- (rect 0 0 400 200)
- (rect 0 50 400 200)
- (rect 0 50 400 200)
-)
-
Deleted: trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height.html (161055 => 161056)
--- trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height.html 2013-12-24 09:36:13 UTC (rev 161055)
+++ trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height.html 2013-12-24 14:45:37 UTC (rev 161056)
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <script src="" type="text/_javascript_"></script>
-
- <style>
- div.content {
- -webkit-flow-into: flow;
- }
- p, body {
- margin: 0;
- }
- #region {
- -webkit-flow-from: flow;
- background-color: lightgray;
- position: relative;
- width: 400px;
- height: 200px;
- }
- </style>
- </head>
- <body _onload_="runRepaintTest();">
- <div id="box"></div>
- <div class="content">
- <p>This text should not get clipped</p>
- </div>
-
- <div id="region"></div>
-
- <script type="text/_javascript_">
- function repaintTest()
- {
- var box = document.getElementById("box");
- box.style.height = "50px";
- }
- </script>
- </body>
-</html>
Copied: trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt (from rev 161055, trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt) (0 => 161056)
--- trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt 2013-12-24 14:45:37 UTC (rev 161056)
@@ -0,0 +1,10 @@
+This text should not get clipped
+(repaint rects
+ (rect 0 0 800 50)
+ (rect 0 200 800 50)
+ (rect 0 200 800 50)
+ (rect 0 0 400 200)
+ (rect 0 50 400 200)
+ (rect 0 50 400 200)
+)
+
Copied: trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region.html (from rev 161055, trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height.html) (0 => 161056)
--- trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region.html (rev 0)
+++ trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region.html 2013-12-24 14:45:37 UTC (rev 161056)
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <script src="" type="text/_javascript_"></script>
+
+ <style>
+ div.content {
+ -webkit-flow-into: flow;
+ }
+ p, body {
+ margin: 0;
+ }
+ #region {
+ -webkit-flow-from: flow;
+ background-color: lightgray;
+ position: relative;
+ width: 400px;
+ height: 200px;
+ }
+ </style>
+ </head>
+ <body _onload_="runRepaintTest();">
+ <div id="box"></div>
+ <div class="content">
+ <p>This text should not get clipped</p>
+ </div>
+
+ <div id="region"></div>
+
+ <script type="text/_javascript_">
+ function repaintTest()
+ {
+ var box = document.getElementById("box");
+ box.style.height = "50px";
+ }
+ </script>
+ </body>
+</html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes