Title: [97925] trunk/LayoutTests
Revision
97925
Author
[email protected]
Date
2011-10-19 19:48:38 -0700 (Wed, 19 Oct 2011)

Log Message

Clean up tests to not depend on js-test-style.css
https://bugs.webkit.org/show_bug.cgi?id=70462

Reviewed by Ojan Vafai.

* fast/css/limited-vendor-prefix-behavior.html-disabled:
* fast/css/link-disabled-attr-expected.txt:
* fast/css/link-disabled-attr.html:
* fast/dom/Geolocation/page-reload-cancel-permission-requests.html:
* fast/dom/SelectorAPI/caseTagX.xhtml:
* fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html:
* fast/dom/StyleSheet/detached-style-pi.xhtml:
* fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html:
* fast/dom/StyleSheet/gc-declaration-parent-rule.html:
* fast/dom/StyleSheet/gc-parent-rule.html:
* fast/dom/StyleSheet/gc-parent-stylesheet.html:
* fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml:
* fast/dom/Window/window-resize-nan.html-disabled:
* fast/dom/dataset-xhtml.xhtml:
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/domListEnumeration.html:
* fast/dom/script-tests/domListEnumeration.js:
* fast/dom/script-tests/webtiming-document-open.js:
(testTimingWithDocumentOpen):
* fast/dom/title-content-set-innerText-get.xhtml:
* fast/forms/focus-selection-input.html:
* fast/forms/focus-selection-textarea.html:
* fast/forms/option-value-trim-html-spaces.html:
* fast/js/garbage-collect-after-string-appends.html-disabled:
* fast/js/kde/Date.html-disabled:
* fast/js/string-concatenate-outofmemory.html-disabled:
* fast/mutation/observe-attributes.html:
* fast/mutation/observe-characterdata.html:
* platform/chromium/fast/dom/domListEnumeration-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97924 => 97925)


--- trunk/LayoutTests/ChangeLog	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/ChangeLog	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,3 +1,40 @@
+2011-10-19  Erik Arvidsson  <[email protected]>
+
+        Clean up tests to not depend on js-test-style.css
+        https://bugs.webkit.org/show_bug.cgi?id=70462
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css/limited-vendor-prefix-behavior.html-disabled:
+        * fast/css/link-disabled-attr-expected.txt:
+        * fast/css/link-disabled-attr.html:
+        * fast/dom/Geolocation/page-reload-cancel-permission-requests.html:
+        * fast/dom/SelectorAPI/caseTagX.xhtml:
+        * fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html:
+        * fast/dom/StyleSheet/detached-style-pi.xhtml:
+        * fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html:
+        * fast/dom/StyleSheet/gc-declaration-parent-rule.html:
+        * fast/dom/StyleSheet/gc-parent-rule.html:
+        * fast/dom/StyleSheet/gc-parent-stylesheet.html:
+        * fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml:
+        * fast/dom/Window/window-resize-nan.html-disabled:
+        * fast/dom/dataset-xhtml.xhtml:
+        * fast/dom/domListEnumeration-expected.txt:
+        * fast/dom/domListEnumeration.html:
+        * fast/dom/script-tests/domListEnumeration.js:
+        * fast/dom/script-tests/webtiming-document-open.js:
+        (testTimingWithDocumentOpen):
+        * fast/dom/title-content-set-innerText-get.xhtml:
+        * fast/forms/focus-selection-input.html:
+        * fast/forms/focus-selection-textarea.html:
+        * fast/forms/option-value-trim-html-spaces.html:
+        * fast/js/garbage-collect-after-string-appends.html-disabled:
+        * fast/js/kde/Date.html-disabled:
+        * fast/js/string-concatenate-outofmemory.html-disabled:
+        * fast/mutation/observe-attributes.html:
+        * fast/mutation/observe-characterdata.html:
+        * platform/chromium/fast/dom/domListEnumeration-expected.txt: Removed.
+
 2011-10-19  Yuzo Fujishima  <[email protected]>
 
         [chromium] Test expectation change.

Modified: trunk/LayoutTests/fast/css/limited-vendor-prefix-behavior.html-disabled (97924 => 97925)


--- trunk/LayoutTests/fast/css/limited-vendor-prefix-behavior.html-disabled	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/css/limited-vendor-prefix-behavior.html-disabled	2011-10-20 02:48:38 UTC (rev 97925)
@@ -2,7 +2,6 @@
 <html> 
 <head> 
 <style type="text/css"></style> 
-<link rel="stylesheet" href="" 
 <script src="" 
 </head> 
 <body>

Modified: trunk/LayoutTests/fast/css/link-disabled-attr-expected.txt (97924 => 97925)


--- trunk/LayoutTests/fast/css/link-disabled-attr-expected.txt	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/css/link-disabled-attr-expected.txt	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,6 +1,9 @@
 Series of tests to validate behavior of getting/setting link.disabled and link.sheet.disabled.
 Test for bug 61400: REGRESSION(84329): Stylesheets on some pages do not load
 
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
 notsheet
 PASS link.sheet is null
 FAIL link.disabled should be false. Was true.
@@ -8,19 +11,19 @@
 PASS link.sheet is non-null.
 FAIL link.disabled should be true. Was false.
 PASS link.sheet.disabled is true
-PASS getComputedStyle(console).whiteSpace is 'normal'
+PASS getComputedStyle(testElement).textDecoration is "none"
 PASS link.disabled is false
 FAIL link.sheet.disabled should be false. Was true.
-FAIL getComputedStyle(console).whiteSpace should be pre-wrap. Was normal.
+FAIL getComputedStyle(testElement).textDecoration should be line-through. Was none.
 altsheet
 FAIL link.disabled should be true. Was false.
 PASS link.sheet is non-null.
-FAIL getComputedStyle(console).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
+FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
 FAIL link.disabled should be true. Was false.
-PASS getComputedStyle(console).backgroundColor is originalBG
+PASS getComputedStyle(testElement).backgroundColor is originalBG
 PASS link.disabled is false
-FAIL getComputedStyle(console).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
-PASS getComputedStyle(console).backgroundColor is originalBG
+FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
+PASS getComputedStyle(testElement).backgroundColor is originalBG
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/fast/css/link-disabled-attr.html (97924 => 97925)


--- trunk/LayoutTests/fast/css/link-disabled-attr.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/css/link-disabled-attr.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,19 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link id="sheet" rel="stylesheet" href=""
+<link id="sheet" rel="stylesheet" href=""
 <link id="notsheet" rel="author" href=""
 <link id="alt" rel="alternate stylesheet" title="altset" href=""
 <script src=""
 </head>
 <body>
-<p id="description">
-Series of tests to validate behavior of getting/setting link.disabled and link.sheet.disabled.<br>
-Test for bug <a href="" REGRESSION(84329): Stylesheets on some pages do not load
-</p>
-<div id="console"></div>
+
+<span id="test-element"></span>
+
 <script>
 
+description("Series of tests to validate behavior of getting/setting link.disabled and link.sheet.disabled.<br>" +
+            'Test for bug <a href="" REGRESSION(84329): Stylesheets on some pages do not load');
+
 window.jsTestIsAsync = true;
 
 function onSheetLoaded(f, elem, maxtime) {
@@ -27,8 +28,8 @@
 
 // With a non-stylesheet <link>, 'disabled' is always false.
 
-var console = document.getElementById("console");
-var originalBG = getComputedStyle(console).backgroundColor;
+var testElement = document.getElementById("test-element");
+var originalBG = getComputedStyle(testElement).backgroundColor;
 var link;
 
 debug("notsheet");
@@ -50,12 +51,12 @@
 link.sheet.disabled = true;
 shouldBeTrue("link.disabled");
 shouldBeTrue("link.sheet.disabled");
-shouldBe("getComputedStyle(console).whiteSpace", "'normal'");
+shouldBeEqualToString("getComputedStyle(testElement).textDecoration", "none");
 
 link.disabled = false;
 shouldBeFalse("link.disabled");
 shouldBeFalse("link.sheet.disabled");
-shouldBe("getComputedStyle(console).whiteSpace", "'pre-wrap'");
+shouldBeEqualToString("getComputedStyle(testElement).textDecoration", "line-through");
 
 link.sheet.disabled = false;
 
@@ -72,23 +73,23 @@
 function altSheetLoaded(e) {
     link = e;
     shouldBeNonNull("link.sheet");
-    shouldBe("getComputedStyle(console).backgroundColor", "'rgb(0, 128, 0)'");
+    shouldBe("getComputedStyle(testElement).backgroundColor", "'rgb(0, 128, 0)'");
 
     // Enabling a stylsheet set modifies disabled status of style sheets.
 
     document.selectedStyleSheetSet = "nosuchset";
     shouldBeTrue("link.disabled");
-    shouldBe("getComputedStyle(console).backgroundColor", "originalBG");
+    shouldBe("getComputedStyle(testElement).backgroundColor", "originalBG");
 
     document.selectedStyleSheetSet = "altset";
     shouldBeFalse("link.disabled");
-    shouldBe("getComputedStyle(console).backgroundColor", "'rgb(0, 128, 0)'");
+    shouldBe("getComputedStyle(testElement).backgroundColor", "'rgb(0, 128, 0)'");
 
     // Disabling a stylesheet *after* its stylesheet set has been selected
     // de-activates it.
 
     link.disabled = true;
-    shouldBe("getComputedStyle(console).backgroundColor", "originalBG");
+    shouldBe("getComputedStyle(testElement).backgroundColor", "originalBG");
 
     finishJSTest();
 }

Modified: trunk/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html (97924 => 97925)


--- trunk/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,7 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml (97924 => 97925)


--- trunk/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml	2011-10-20 02:48:38 UTC (rev 97925)
@@ -4,7 +4,6 @@
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-<link rel="stylesheet" href="" />
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html (97924 => 97925)


--- trunk/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -3,7 +3,6 @@
 <style>
 @media all { #test { color: green; } }
 </style>
-<link rel="stylesheet" href="" type="text/css" title="js-test-style">
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/dom/StyleSheet/detached-style-pi.xhtml (97924 => 97925)


--- trunk/LayoutTests/fast/dom/StyleSheet/detached-style-pi.xhtml	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/StyleSheet/detached-style-pi.xhtml	2011-10-20 02:48:38 UTC (rev 97925)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title/>
-<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html (97924 => 97925)


--- trunk/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,15 +1,20 @@
 <html>
 <head>
-<link rel="stylesheet" href="" type="text/css" title="js-test-style">
+<style>
+#test-element {
+    text-decoration: line-through;
+}
+</style>
 <script src=""
 </head>
 <body>
+<span id="test-element"></div>
 <script>
 description("Test that CSS stylesheets lacking wrappers are pruned from detached CSSOM subtrees. " + 
 "This is surprising behavior, but it's a very rare situation, and the behavior actually matches " +
 "what both WebKit and Gecko do for DOM nodes in detached subtrees.");
 
-rule = getMatchedCSSRules(document.getElementsByTagName("div")[0]).item(0);
+var rule = getMatchedCSSRules(document.getElementById("test-element")).item(0);
 document.documentElement.removeChild(document.head);
 shouldBe("rule.parentStyleSheet", "null");
 

Modified: trunk/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html (97924 => 97925)


--- trunk/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -3,7 +3,6 @@
 <style>
 div { color:black }
 </style>
-<link rel="stylesheet" href="" type="text/css" title="js-test-style" />
 <script src=""
 </head>
 <body _onload_="test()">

Modified: trunk/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html (97924 => 97925)


--- trunk/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,6 +1,5 @@
 <html>
 <head>
-<link rel="stylesheet" href="" type="text/css" title="js-test-style" />
 <script src=""
 </head>
 <body _onload_="test()">

Modified: trunk/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html (97924 => 97925)


--- trunk/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,6 +1,5 @@
 <html>
 <head>
-<link rel="stylesheet" href="" type="text/css" title="js-test-style" />
 <script src=""
 </head>
 <body _onload_="test()">

Modified: trunk/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml (97924 => 97925)


--- trunk/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml	2011-10-20 02:48:38 UTC (rev 97925)
@@ -3,7 +3,6 @@
 <head>
 <title/>
 <link rel="stylesheet" href="" type="text/css" title="testSheet"/>
-<link rel="stylesheet" href=""
 <script src=""
 <style title="testSheet">
 * { }

Modified: trunk/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled (97924 => 97925)


--- trunk/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,7 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-    <link rel="stylesheet" href=""
     <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/dom/dataset-xhtml.xhtml (97924 => 97925)


--- trunk/LayoutTests/fast/dom/dataset-xhtml.xhtml	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/dataset-xhtml.xhtml	2011-10-20 02:48:38 UTC (rev 97925)
@@ -2,7 +2,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
-<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/dom/domListEnumeration-expected.txt (97924 => 97925)


--- trunk/LayoutTests/fast/dom/domListEnumeration-expected.txt	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/domListEnumeration-expected.txt	2011-10-20 02:48:38 UTC (rev 97925)
@@ -48,7 +48,7 @@
 PASS resultArray[2].item is document.getElementsByTagName('option')[2]
 
 [object StyleSheetList]
-PASS resultArray.length is 5
+PASS resultArray.length is 6
 PASS resultArray[0].i is '0'
 PASS resultArray[0].item is styleSheetList.item(0)
 PASS resultArray[1].i is '1'

Modified: trunk/LayoutTests/fast/dom/domListEnumeration.html (97924 => 97925)


--- trunk/LayoutTests/fast/dom/domListEnumeration.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/domListEnumeration.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link rel="stylesheet" href=""
+<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/dom/script-tests/domListEnumeration.js (97924 => 97925)


--- trunk/LayoutTests/fast/dom/script-tests/domListEnumeration.js	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/script-tests/domListEnumeration.js	2011-10-20 02:48:38 UTC (rev 97925)
@@ -150,7 +150,7 @@
 // StyleSheetList
 var styleSheetList = document.styleSheets;
 resultArray = iterateList(styleSheetList);
-shouldBe("resultArray.length", "5");
+shouldBe("resultArray.length", "6");
 shouldBe("resultArray[0].i", "'0'");
 shouldBe("resultArray[0].item", "styleSheetList.item(0)");
 shouldBe("resultArray[1].i", "'1'");

Modified: trunk/LayoutTests/fast/dom/script-tests/webtiming-document-open.js (97924 => 97925)


--- trunk/LayoutTests/fast/dom/script-tests/webtiming-document-open.js	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/script-tests/webtiming-document-open.js	2011-10-20 02:48:38 UTC (rev 97925)
@@ -14,12 +14,9 @@
     document.open();
     document.write("<html>");
     document.write("<head>");
-    document.write("<link rel=\"stylesheet\" href=""
     document.write("<script src=""
     document.write("</head>");
     document.write("<body>");
-    document.write("<p id=\"description\"></p>");
-    document.write("<div id=\"console\"></div>");
     document.write("<script src=""
     document.write("</body>");
     document.write("</html>");

Modified: trunk/LayoutTests/fast/dom/title-content-set-innerText-get.xhtml (97924 => 97925)


--- trunk/LayoutTests/fast/dom/title-content-set-innerText-get.xhtml	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/dom/title-content-set-innerText-get.xhtml	2011-10-20 02:48:38 UTC (rev 97925)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title id='t'>Original Title</title>
-<link rel="stylesheet" href="" />
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/forms/focus-selection-input.html (97924 => 97925)


--- trunk/LayoutTests/fast/forms/focus-selection-input.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/forms/focus-selection-input.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,6 +1,3 @@
-<head>
-<link href=""
-</head>
 <body _onload_="runTest()">
 <script src=""
 

Modified: trunk/LayoutTests/fast/forms/focus-selection-textarea.html (97924 => 97925)


--- trunk/LayoutTests/fast/forms/focus-selection-textarea.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/forms/focus-selection-textarea.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,6 +1,3 @@
-<head>
-<link href=""
-</head>
 <body _onload_="runTest()">
 <script src=""
 

Modified: trunk/LayoutTests/fast/forms/option-value-trim-html-spaces.html (97924 => 97925)


--- trunk/LayoutTests/fast/forms/option-value-trim-html-spaces.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/forms/option-value-trim-html-spaces.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,7 +1,6 @@
 <!DOCTYPE HTML>
 <html>
 <head>
-<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/fast/js/garbage-collect-after-string-appends.html-disabled (97924 => 97925)


--- trunk/LayoutTests/fast/js/garbage-collect-after-string-appends.html-disabled	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/js/garbage-collect-after-string-appends.html-disabled	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,12 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>
-<p id="description"></p>
-<div id="console"></div>
 <script src=""
 <script src=""
 </body>

Modified: trunk/LayoutTests/fast/js/kde/Date.html-disabled (97924 => 97925)


--- trunk/LayoutTests/fast/js/kde/Date.html-disabled	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/js/kde/Date.html-disabled	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,12 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>
-<p id="description"></p>
-<div id="console"></div>
 <script>
 description("KDE JS Test");
 </script>

Modified: trunk/LayoutTests/fast/js/string-concatenate-outofmemory.html-disabled (97924 => 97925)


--- trunk/LayoutTests/fast/js/string-concatenate-outofmemory.html-disabled	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/js/string-concatenate-outofmemory.html-disabled	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,12 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link rel="stylesheet" href=""
 <script src=""
 </head>
 <body>
-<p id="description"></p>
-<div id="console"></div>
 <script src=""
 <script src=""
 </body>

Modified: trunk/LayoutTests/fast/mutation/observe-attributes.html (97924 => 97925)


--- trunk/LayoutTests/fast/mutation/observe-attributes.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/mutation/observe-attributes.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -2,9 +2,7 @@
 <html>
 <head>
 <meta charset="utf-8">
-<link rel="stylesheet" href=""
 <script src=""
-<title></title>
 </head>
 <body>
 <p id=description></p>

Modified: trunk/LayoutTests/fast/mutation/observe-characterdata.html (97924 => 97925)


--- trunk/LayoutTests/fast/mutation/observe-characterdata.html	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/fast/mutation/observe-characterdata.html	2011-10-20 02:48:38 UTC (rev 97925)
@@ -2,9 +2,7 @@
 <html>
 <head>
 <meta charset="utf-8">
-<link rel="stylesheet" href=""
 <script src=""
-<title></title>
 </head>
 <body>
 <p id=description></p>

Deleted: trunk/LayoutTests/platform/chromium/fast/dom/domListEnumeration-expected.txt (97924 => 97925)


--- trunk/LayoutTests/platform/chromium/fast/dom/domListEnumeration-expected.txt	2011-10-20 02:42:45 UTC (rev 97924)
+++ trunk/LayoutTests/platform/chromium/fast/dom/domListEnumeration-expected.txt	2011-10-20 02:48:38 UTC (rev 97925)
@@ -1,96 +0,0 @@
-This tests enumerating the elements of DOM lists.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-[object NodeList]
-PASS resultArray.length is 5
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is nodeList.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is nodeList.item(1)
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is nodeList.item(2)
-
-[object HTMLCollection]
-PASS resultArray.length is 6
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is htmlCollection.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is htmlCollection.item(1)
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is htmlCollection.item(2)
-
-[object NamedNodeMap]
-PASS resultArray.length is 11
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is namedNodeMap.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is namedNodeMap.item(1)
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is namedNodeMap.item(2)
-
-[object HTMLFormElement]
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is document.getElementsByTagName('select')[0]
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is document.getElementsByTagName('select')[1]
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is document.getElementsByTagName('select')[2]
-
-[object HTMLSelectElement]
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is document.getElementsByTagName('option')[0]
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is document.getElementsByTagName('option')[1]
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is document.getElementsByTagName('option')[2]
-
-[object StyleSheetList]
-PASS resultArray.length is 5
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is styleSheetList.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is styleSheetList.item(1)
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is styleSheetList.item(2)
-
-[object CSSRuleList]
-PASS resultArray.length is 5
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is cssRuleList.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is cssRuleList.item(1)
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is cssRuleList.item(2)
-
-[object CSSStyleDeclaration]
-PASS resultArray.length is 14
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is cssStyleDeclaration.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is cssStyleDeclaration.item(1)
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is cssStyleDeclaration.item(2)
-
-[object CSSValueList]
-PASS resultArray.length is 10
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is cssValueList.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is cssValueList.item(1)
-
-[object MediaList]
-PASS resultArray.length is 8
-PASS resultArray[0].i is '0'
-PASS resultArray[0].item is mediaList.item(0)
-PASS resultArray[1].i is '1'
-PASS resultArray[1].item is mediaList.item(1)
-PASS resultArray[2].i is '2'
-PASS resultArray[2].item is mediaList.item(2)
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to