Title: [111594] trunk/LayoutTests
Revision
111594
Author
x...@chromium.org
Date
2012-03-21 12:37:25 -0700 (Wed, 21 Mar 2012)

Log Message

add DOCTYPE for move-by-word-visually tests
https://bugs.webkit.org/show_bug.cgi?id=81810

Reviewed by Ryosuke Niwa.

* editing/selection/move-by-word-visually-crash-test-1.html:
* editing/selection/move-by-word-visually-crash-test-2.html:
* editing/selection/move-by-word-visually-crash-test-3.html:
* editing/selection/move-by-word-visually-crash-test-4.html:
* editing/selection/move-by-word-visually-crash-test-css-generated-content.html:
* editing/selection/move-by-word-visually-crash-test-textarea.html:
* editing/selection/move-by-word-visually-inline-block-positioned-element.html:
* editing/selection/move-by-word-visually-null-box.html:
* editing/selection/move-by-word-visually-textarea.html:
* editing/selection/move-by-word-visually-wrong-left-right.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111593 => 111594)


--- trunk/LayoutTests/ChangeLog	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/ChangeLog	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,21 @@
+2012-03-21  Xiaomei Ji  <x...@chromium.org>
+
+        add DOCTYPE for move-by-word-visually tests
+        https://bugs.webkit.org/show_bug.cgi?id=81810
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/selection/move-by-word-visually-crash-test-1.html:
+        * editing/selection/move-by-word-visually-crash-test-2.html:
+        * editing/selection/move-by-word-visually-crash-test-3.html:
+        * editing/selection/move-by-word-visually-crash-test-4.html:
+        * editing/selection/move-by-word-visually-crash-test-css-generated-content.html:
+        * editing/selection/move-by-word-visually-crash-test-textarea.html:
+        * editing/selection/move-by-word-visually-inline-block-positioned-element.html:
+        * editing/selection/move-by-word-visually-null-box.html:
+        * editing/selection/move-by-word-visually-textarea.html:
+        * editing/selection/move-by-word-visually-wrong-left-right.html:
+
 2012-03-21  Ojan Vafai  <o...@chromium.org>
 
         Some chromium rebaselines that differed due to platform-specific text rendering.

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-1.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-1.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-1.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script src=""
 <script>
 

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-2.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-2.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-2.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script src=""
 <script>
 

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-3.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-3.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-3.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script src=""
 <script>
 

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-4.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-4.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-4.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script src=""
 <script>
 

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-css-generated-content.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-css-generated-content.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-css-generated-content.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <head>
 <style>
 div:before {

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-textarea.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-textarea.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-crash-test-textarea.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script>
 
 _onload_ = function() {

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-inline-block-positioned-element.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-inline-block-positioned-element.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-inline-block-positioned-element.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script src=""
 <script>
 

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-null-box.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-null-box.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-null-box.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script src=""
 <script src=""
 <script>

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-textarea.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-textarea.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-textarea.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <script src=""
 <script>
 

Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-wrong-left-right.html (111593 => 111594)


--- trunk/LayoutTests/editing/selection/move-by-word-visually-wrong-left-right.html	2012-03-21 19:24:24 UTC (rev 111593)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-wrong-left-right.html	2012-03-21 19:37:25 UTC (rev 111594)
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to