diff --git a/html/semantics/popups/popup-initiallyopen-2.tentative.html b/html/semantics/popups/popup-defaultopen-2.tentative.html similarity index 80% rename from html/semantics/popups/popup-initiallyopen-2.tentative.html rename to html/semantics/popups/popup-defaultopen-2.tentative.html index a55d33d3ea6e95..1e54e469ae8410 100644 --- a/html/semantics/popups/popup-initiallyopen-2.tentative.html +++ b/html/semantics/popups/popup-defaultopen-2.tentative.html @@ -5,9 +5,9 @@ -
+
Outer popup -
+
Inner popup
@@ -18,7 +18,7 @@ test(function(){ assert_true(p1.matches(':popup-open'),'The first (outermost) popup should be the one that opens in this case'); assert_false(p2.matches(':popup-open'),'The inner popup should not be open'); - }, "The initiallyopen attribute should cause only the first popup to open"); + }, "The defaultopen attribute should cause only the first popup to open"); }); }); diff --git a/html/semantics/popups/popup-initiallyopen-display-ref.tentative.html b/html/semantics/popups/popup-defaultopen-display-ref.tentative.html similarity index 100% rename from html/semantics/popups/popup-initiallyopen-display-ref.tentative.html rename to html/semantics/popups/popup-defaultopen-display-ref.tentative.html diff --git a/html/semantics/popups/popup-initiallyopen-display.tentative.html b/html/semantics/popups/popup-defaultopen-display.tentative.html similarity index 57% rename from html/semantics/popups/popup-initiallyopen-display.tentative.html rename to html/semantics/popups/popup-defaultopen-display.tentative.html index baefeca9fff11f..179e07189b31ec 100644 --- a/html/semantics/popups/popup-initiallyopen-display.tentative.html +++ b/html/semantics/popups/popup-defaultopen-display.tentative.html @@ -2,10 +2,10 @@ - + -
This is a popup, which should be open upon load
-
This is a second popup with initiallyopen, which should NOT be open upon load
+
This is a popup, which should be open upon load
+
This is a second popup with defaultopen, which should NOT be open upon load