Title: [165674] branches/safari-537.75-branch/LayoutTests
Revision
165674
Author
rn...@webkit.org
Date
2014-03-14 21:02:53 -0700 (Fri, 14 Mar 2014)

Log Message

Layout test fixes. js-test-pre.js is in fast/js/resources instead of resources/.

* editing/selection/selection-change-in-blur-event-by-remove-children.html:
* editing/selection/selection-change-in-mutation-event-by-remove-children.html:
* fast/dom/Range/range-created-during-remove-children.html:
* fast/forms/number/number-type-update-by-change-event.html:

Modified Paths

Diff

Modified: branches/safari-537.75-branch/LayoutTests/ChangeLog (165673 => 165674)


--- branches/safari-537.75-branch/LayoutTests/ChangeLog	2014-03-15 03:35:05 UTC (rev 165673)
+++ branches/safari-537.75-branch/LayoutTests/ChangeLog	2014-03-15 04:02:53 UTC (rev 165674)
@@ -1,3 +1,12 @@
+2014-03-14  Ryosuke Niwa  <rn...@webkit.org>
+
+        Layout test fixes. js-test-pre.js is in fast/js/resources instead of resources/.
+
+        * editing/selection/selection-change-in-blur-event-by-remove-children.html:
+        * editing/selection/selection-change-in-mutation-event-by-remove-children.html:
+        * fast/dom/Range/range-created-during-remove-children.html:
+        * fast/forms/number/number-type-update-by-change-event.html:
+
 2014-03-13  Chris Fleizach  <cfleiz...@apple.com>
 
         Fix accessibility/display-table-cell-causes-crash.html

Modified: branches/safari-537.75-branch/LayoutTests/editing/selection/selection-change-in-blur-event-by-remove-children.html (165673 => 165674)


--- branches/safari-537.75-branch/LayoutTests/editing/selection/selection-change-in-blur-event-by-remove-children.html	2014-03-15 03:35:05 UTC (rev 165673)
+++ branches/safari-537.75-branch/LayoutTests/editing/selection/selection-change-in-blur-event-by-remove-children.html	2014-03-15 04:02:53 UTC (rev 165674)
@@ -3,7 +3,7 @@
 <div id="sample"><span contenteditable="true">foobar</span></div>
 </div>
 <div id="console"></div>
-<script src=""
+<script src=""
 <script>
 description('Selection should be updated after set innerHTML.');
 
@@ -23,4 +23,4 @@
 if (window.testRunner)
     document.getElementById('container').outerHTML = '';
 </script>
-<script src=""
+<script src=""

Modified: branches/safari-537.75-branch/LayoutTests/editing/selection/selection-change-in-mutation-event-by-remove-children.html (165673 => 165674)


--- branches/safari-537.75-branch/LayoutTests/editing/selection/selection-change-in-mutation-event-by-remove-children.html	2014-03-15 03:35:05 UTC (rev 165673)
+++ branches/safari-537.75-branch/LayoutTests/editing/selection/selection-change-in-mutation-event-by-remove-children.html	2014-03-15 04:02:53 UTC (rev 165674)
@@ -3,7 +3,7 @@
 <div id="sample">foobar</div>
 </div>
 <div id="console"></div>
-<script src=""
+<script src=""
 <script>
 description('Selection should be updated after set innerHTML.');
 
@@ -25,4 +25,4 @@
 if (window.testRunner)
     document.getElementById('container').outerHTML = '';
 </script>
-<script src=""
+<script src=""

Modified: branches/safari-537.75-branch/LayoutTests/fast/dom/Range/range-created-during-remove-children.html (165673 => 165674)


--- branches/safari-537.75-branch/LayoutTests/fast/dom/Range/range-created-during-remove-children.html	2014-03-15 03:35:05 UTC (rev 165673)
+++ branches/safari-537.75-branch/LayoutTests/fast/dom/Range/range-created-during-remove-children.html	2014-03-15 04:02:53 UTC (rev 165674)
@@ -3,7 +3,7 @@
 <div id="sample"><span contenteditable="true">foobar</span></div>
 </div>
 <div id="console"></div>
-<script src=""
+<script src=""
 <script>
 description('Range objects should be updated after set innerHTML.');
 
@@ -34,4 +34,4 @@
 if (window.testRunner)
     document.getElementById('container').outerHTML = '';
 </script>
-<script src=""
+<script src=""

Modified: branches/safari-537.75-branch/LayoutTests/fast/forms/number/number-type-update-by-change-event.html (165673 => 165674)


--- branches/safari-537.75-branch/LayoutTests/fast/forms/number/number-type-update-by-change-event.html	2014-03-15 03:35:05 UTC (rev 165673)
+++ branches/safari-537.75-branch/LayoutTests/fast/forms/number/number-type-update-by-change-event.html	2014-03-15 04:02:53 UTC (rev 165674)
@@ -1,7 +1,7 @@
 <!DOCTYPE>
 <html>
 <body>
-<script src=""
+<script src=""
 <input type="number" _onchange_="handleChange(this);">
 <script>
 function sendKey(keyName) {
@@ -23,6 +23,6 @@
 testPassed('if not crashed in ASAN build.');
 shouldBe('changeEventCounter', '1');
 </script>
-<script src=""
+<script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to